Html Css Color HEX #EA6AD5 Free Speech Magenta

📋 copy color: '#EA6AD5'

red 234 ◦ green 106 ◦ blue 213

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

Shades of Free Speech Magenta #EA6AD5

Tints of Free Speech Magenta #EA6AD5

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.17%

 BLUE value IS 213 (83.59% from 255) = 38.52%

R = 42.31%
G = 19.17%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EA6AD5 (or 0xEA6AD5) is known color: Free Speech Magenta. HEX triplet: EA, 6A and D5. RGB value is (234,106,213). Sum of RGB (Red+Green+Blue) = 234+106+213=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 106 (41.80% from 255 or 19.17% from 553); Blue value is 213 (83.59% from 255 or 38.52% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6AD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6AD5 is #15952A. Grayscale: #9C9C9C. Windows color (decimal): -1414443 or 13986538. OLE color: 13986538.

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

Color convert

RGB 234 106 213 -
CMYK 0 0.55 0.09 0.08
HSL 309.84º 0.75% 0.67% -
HSV(B) 309.84º 0.55% 0.92% -
XYZ 51.1 32.6 66.55 -
YUV 156.47 159.91 183.3 -
System Red Green Blue C M Y K H S L
Decimal 234 106 213 0 0.55 0.09 0.08 309.84 0.75 0.67
Hex EA 6A D5 0 37 9 8 136 4B 43
Octal 352 152 325 0 67 11 10 466 113 103
Binary 11101010 1101010 11010101 0 110111 1001 1000 100110110 1001011 1000011

Color Harmonies of #EA6AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6AD5

Black with #EA6AD5

Text Example


Text Example

White with #EA6AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6AD5; }

 p { color: rgb(234,106,213); }

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

background-color css

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

 a { background-color: rgb(234,106,213); }

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

border-color css

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

 span { border-color: rgb(234,106,213); }

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