Html Css Color HEX #EA55D4 Free Speech Magenta

📋 copy color: '#EA55D4'

red 234 ◦ green 85 ◦ blue 212

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

Shades of Free Speech Magenta #EA55D4

Tints of Free Speech Magenta #EA55D4

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.01%

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

R = 44.07%
G = 16.01%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EA55D4 (or 0xEA55D4) is known color: Free Speech Magenta. HEX triplet: EA, 55 and D4. RGB value is (234,85,212). Sum of RGB (Red+Green+Blue) = 234+85+212=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 85 (33.59% from 255 or 16.01% from 531); Blue value is 212 (83.20% from 255 or 39.92% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EA55D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA55D4 is #15AA2B. Grayscale: #8F8F8F. Windows color (decimal): -1419820 or 13915626. OLE color: 13915626.

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

Color convert

RGB 234 85 212 -
CMYK 0 0.64 0.09 0.08
HSL 308.86º 0.78% 0.63% -
HSV(B) 308.86º 0.64% 0.92% -
XYZ 49.06 28.74 65.25 -
YUV 144.03 166.36 192.17 -
System Red Green Blue C M Y K H S L
Decimal 234 85 212 0 0.64 0.09 0.08 308.86 0.78 0.63
Hex EA 55 D4 0 40 9 8 135 4E 3F
Octal 352 125 324 0 100 11 10 465 116 77
Binary 11101010 1010101 11010100 0 1000000 1001 1000 100110101 1001110 111111

Color Harmonies of #EA55D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA55D4

Black with #EA55D4

Text Example


Text Example

White with #EA55D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA55D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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