Html Css Color HEX #EA5AD4 Free Speech Magenta

📋 copy color: '#EA5AD4'

red 234 ◦ green 90 ◦ blue 212

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

Shades of Free Speech Magenta #EA5AD4

Tints of Free Speech Magenta #EA5AD4

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.79%

 BLUE value IS 212 (83.2% from 255) = 39.55%

R = 43.66%
G = 16.79%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EA5AD4 (or 0xEA5AD4) is known color: Free Speech Magenta. HEX triplet: EA, 5A and D4. RGB value is (234,90,212). Sum of RGB (Red+Green+Blue) = 234+90+212=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 90 (35.55% from 255 or 16.79% from 536); Blue value is 212 (83.20% from 255 or 39.55% from 536); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5AD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5AD4 is #15A52B. Grayscale: #929292. Windows color (decimal): -1418540 or 13916906. OLE color: 13916906.

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

Color convert

RGB 234 90 212 -
CMYK 0 0.62 0.09 0.08
HSL 309.17º 0.77% 0.64% -
HSV(B) 309.17º 0.62% 0.92% -
XYZ 49.47 29.56 65.39 -
YUV 146.96 164.71 190.08 -
System Red Green Blue C M Y K H S L
Decimal 234 90 212 0 0.62 0.09 0.08 309.17 0.77 0.64
Hex EA 5A D4 0 3E 9 8 135 4D 40
Octal 352 132 324 0 76 11 10 465 115 100
Binary 11101010 1011010 11010100 0 111110 1001 1000 100110101 1001101 1000000

Color Harmonies of #EA5AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5AD4

Black with #EA5AD4

Text Example


Text Example

White with #EA5AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5AD4; }

 p { color: rgb(234,90,212); }

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

background-color css

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

 a { background-color: rgb(234,90,212); }

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

border-color css

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

 span { border-color: rgb(234,90,212); }

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