Html Css Color HEX #EA5FD2 Free Speech Magenta

📋 copy color: '#EA5FD2'

red 234 ◦ green 95 ◦ blue 210

#EA5FD2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #EA5FD2

Tints of Free Speech Magenta #EA5FD2

RGB

 RED value IS 234 (91.8% from 255) = 43.41%

 GREEN value IS 95 (37.5% from 255) = 17.63%

 BLUE value IS 210 (82.42% from 255) = 38.96%

R = 43.41%
G = 17.63%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EA5FD2 (or 0xEA5FD2) is known color: Free Speech Magenta. HEX triplet: EA, 5F and D2. RGB value is (234,95,210). Sum of RGB (Red+Green+Blue) = 234+95+210=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 95 (37.5% from 255 or 17.63% from 539); Blue value is 210 (82.42% from 255 or 38.96% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5FD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5FD2 is #15A02D. Grayscale: #959595. Windows color (decimal): -1417262 or 13787114. OLE color: 13787114.

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

Color convert

RGB 234 95 210 -
CMYK 0 0.59 0.10 0.08
HSL 310.36º 0.77% 0.65% -
HSV(B) 310.36º 0.59% 0.92% -
XYZ 49.66 30.33 64.21 -
YUV 149.67 162.05 188.15 -
System Red Green Blue C M Y K H S L
Decimal 234 95 210 0 0.59 0.10 0.08 310.36 0.77 0.65
Hex EA 5F D2 0 3B A 8 136 4D 41
Octal 352 137 322 0 73 12 10 466 115 101
Binary 11101010 1011111 11010010 0 111011 1010 1000 100110110 1001101 1000001

Color Harmonies of #EA5FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5FD2

Black with #EA5FD2

Text Example


Text Example

White with #EA5FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5FD2; }

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

 H1.HeaderClassName
 {
   color: #EA5FD2;
 }
 .AnyTagClassName
 {
   color: #EA5FD2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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