Html Css Color HEX #EA4AD9 Free Speech Magenta

📋 copy color: '#EA4AD9'

red 234 ◦ green 74 ◦ blue 217

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

Shades of Free Speech Magenta #EA4AD9

Tints of Free Speech Magenta #EA4AD9

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.1%

 BLUE value IS 217 (85.16% from 255) = 41.33%

R = 44.57%
G = 14.1%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EA4AD9 (or 0xEA4AD9) is known color: Free Speech Magenta. HEX triplet: EA, 4A and D9. RGB value is (234,74,217). Sum of RGB (Red+Green+Blue) = 234+74+217=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 74 (29.30% from 255 or 14.10% from 525); Blue value is 217 (85.16% from 255 or 41.33% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4AD9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA4AD9 is #15B526. Grayscale: #898989. Windows color (decimal): -1422631 or 14240490. OLE color: 14240490.

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

Color convert

RGB 234 74 217 -
CMYK 0 0.68 0.07 0.08
HSL 306.38º 0.79% 0.6% -
HSV(B) 306.38º 0.68% 0.92% -
XYZ 48.9 27.4 68.36 -
YUV 138.14 172.51 196.37 -
System Red Green Blue C M Y K H S L
Decimal 234 74 217 0 0.68 0.07 0.08 306.38 0.79 0.6
Hex EA 4A D9 0 44 7 8 132 4F 3C
Octal 352 112 331 0 104 7 10 462 117 74
Binary 11101010 1001010 11011001 0 1000100 111 1000 100110010 1001111 111100

Color Harmonies of #EA4AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4AD9

Black with #EA4AD9

Text Example


Text Example

White with #EA4AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4AD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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