#EA51D2

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

Shades of Free Speech Magenta #EA51D2

Tints of Free Speech Magenta #EA51D2

Color information

#EA51D2 (or 0xEA51D2) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 51 and D2. RGB value is (234,81,210). Sum of RGB (Red+Green+Blue) = 234+81+210=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 81 (32.03% from 255 or 15.43% from 525); Blue value is 210 (82.42% from 255 or 40% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EA51D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA51D2 is #15AE2D. Grayscale: #8D8D8D. Windows color (decimal): -1420846 or 13783530. OLE color: 13783530.

HSL color Cylindrical-coordinate representation of color #EA51D2: hue angle of 309.41º 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 #EA51D2 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB23481210-
CMYK00.650.100.08
HSL309.41º78.46%61.76%-
HSV(B)309.41º65.38%91.76%-
XYZ48.5128.0363.83-
YUV141.45166.69194.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.57%
GREEN value IS 81 (32.03% from 255) = 15.43%
BLUE value IS 210 (82.42% from 255) = 40%
R=44.57%
G=15.43%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348121000.650.100.08309.4178.4661.76
HexEA51D2041A81354e3e
Octal3521213220101121046511676
Binary1110101010100011101001001000001101010001001101011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA51D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA51D2; }

 p { color: rgb(234,81,210); }

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

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

 a { background-color: rgb(234,81,210); }

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

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

 span { border-color: rgb(234,81,210); }

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