#EA4ACC

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

Shades of Free Speech Magenta #EA4ACC

Tints of Free Speech Magenta #EA4ACC

Color information

#EA4ACC (or 0xEA4ACC) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 4A and CC. RGB value is (234,74,204). Sum of RGB (Red+Green+Blue) = 234+74+204=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 74 (29.30% from 255 or 14.45% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA4ACC is #15B533. Grayscale: #888888. Windows color (decimal): -1422644 or 13388522. OLE color: 13388522.

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

Color convert

RGB23474204-
CMYK00.680.130.08
HSL311.25º79.21%60.39%-
HSV(B)311.25º68.38%91.76%-
XYZ47.2826.7559.8-
YUV136.66166.01197.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.70%
GREEN value IS 74 (29.30% from 255) = 14.45%
BLUE value IS 204 (80.08% from 255) = 39.84%
R=45.70%
G=14.45%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2347420400.680.130.08311.2579.2160.39
HexEA4ACC044D81374f3c
Octal3521123140104151046711774
Binary1110101010010101100110001000100110110001001101111001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4ACC; }

 p { color: rgb(234,74,204); }

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

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

 a { background-color: rgb(234,74,204); }

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

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

 span { border-color: rgb(234,74,204); }

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