Html Css Color HEX #EA55D5 Free Speech Magenta

📋 copy color: '#EA55D5'

red 234 ◦ green 85 ◦ blue 213

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

Shades of Free Speech Magenta #EA55D5

Tints of Free Speech Magenta #EA55D5

RGB

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

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

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

R = 43.98%
G = 15.98%
B = 40.04%

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

#EA55D5 (or 0xEA55D5) is known color: Free Speech Magenta. HEX triplet: EA, 55 and D5. RGB value is (234,85,213). Sum of RGB (Red+Green+Blue) = 234+85+213=532 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.98% from 532); Green value is 85 (33.59% from 255 or 15.98% from 532); Blue value is 213 (83.59% from 255 or 40.04% from 532); Max value from RGB is 234 - color contains mainly: red. Hex color #EA55D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA55D5 is #15AA2A. Grayscale: #8F8F8F. Windows color (decimal): -1419819 or 13981162. OLE color: 13981162.

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

Color convert

RGB 234 85 213 -
CMYK 0 0.64 0.09 0.08
HSL 308.46º 0.78% 0.63% -
HSV(B) 308.46º 0.64% 0.92% -
XYZ 49.19 28.79 65.92 -
YUV 144.14 166.86 192.09 -
System Red Green Blue C M Y K H S L
Decimal 234 85 213 0 0.64 0.09 0.08 308.46 0.78 0.63
Hex EA 55 D5 0 40 9 8 134 4E 3F
Octal 352 125 325 0 100 11 10 464 116 77
Binary 11101010 1010101 11010101 0 1000000 1001 1000 100110100 1001110 111111

Color Harmonies of #EA55D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA55D5

Black with #EA55D5

Text Example


Text Example

White with #EA55D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA55D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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