#EA52D0

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

Shades of Free Speech Magenta #EA52D0

Tints of Free Speech Magenta #EA52D0

Color information

#EA52D0 (or 0xEA52D0) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 52 and D0. RGB value is (234,82,208). Sum of RGB (Red+Green+Blue) = 234+82+208=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 82 (32.42% from 255 or 15.65% from 524); Blue value is 208 (81.64% from 255 or 39.69% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EA52D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA52D0 is #15AD2F. Grayscale: #8D8D8D. Windows color (decimal): -1420592 or 13652714. OLE color: 13652714.

HSL color Cylindrical-coordinate representation of color #EA52D0: hue angle of 310.26º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EA52D0 is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB23482208-
CMYK00.650.110.08
HSL310.26º78.35%61.96%-
HSV(B)310.26º64.96%91.76%-
XYZ48.3328.0862.55-
YUV141.81165.36193.75-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.66%
GREEN value IS 82 (32.42% from 255) = 15.65%
BLUE value IS 208 (81.64% from 255) = 39.69%
R=44.66%
G=15.65%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348220800.650.110.08310.2678.3561.96
HexEA52D0041B81364e3e
Octal3521223200101131046611676
Binary1110101010100101101000001000001101110001001101101001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA52D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA52D0; }

 p { color: rgb(234,82,208); }

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

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

 a { background-color: rgb(234,82,208); }

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

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

 span { border-color: rgb(234,82,208); }

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