#EB4CE8

Color #EB4CE8 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #EB4CE8

Tints of Free Speech Magenta #EB4CE8

Color information

#EB4CE8 (or 0xEB4CE8) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 4C and E8. RGB value is (235,76,232). Sum of RGB (Red+Green+Blue) = 235+76+232=543 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.28% from 543); Green value is 76 (30.08% from 255 or 14.00% from 543); Blue value is 232 (91.02% from 255 or 42.73% from 543); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4CE8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB4CE8 is #14B317. Grayscale: #8C8C8C. Windows color (decimal): -1356568 or 15224043. OLE color: 15224043.

HSL color Cylindrical-coordinate representation of color #EB4CE8: hue angle of 301.13º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EB4CE8 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB23576232-
CMYK00.680.010.08
HSL301.13º79.9%60.98%-
HSV(B)301.13º67.66%92.16%-
XYZ51.4128.6679.17-
YUV141.32179.18194.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 235 (92.19% from 255) = 43.28%
GREEN value IS 76 (30.08% from 255) = 14.00%
BLUE value IS 232 (91.02% from 255) = 42.73%
R=43.28%
G=14.00%
B=42.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2357623200.680.010.08301.1379.960.98
HexEB4CE80441812d503d
Octal353114350010411045512075
Binary1110101110011001110100001000100110001001011011010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4CE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4CE8; }

 p { color: rgb(235,76,232); }

 H1.HeaderClassName
 {
   color: #EB4CE8;
 }
 .AnyTagClassName
 {
   color: #EB4CE8;
 }
</style>
background-color css

<style>
 a { background-color: #EB4CE8; }

 a { background-color: rgb(235,76,232); }

 div.DivClassName
 {
   background-color: #EB4CE8;
 }
 .BgClassName
 {
   background-color: #EB4CE8;
 }
</style>
border-color css

<style>
 span { border-color: #EB4CE8; }

 span { border-color: rgb(235,76,232); }

 td.TdClassName
 {
   border-color: #EB4CE8;
 }
 .TagClassName
 {
   border-color: #EB4CE8;
 }
</style>