Html Css Color HEX #EA55C7 Free Speech Magenta

📋 copy color: '#EA55C7'

red 234 ◦ green 85 ◦ blue 199

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

Shades of Free Speech Magenta #EA55C7

Tints of Free Speech Magenta #EA55C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.42%

R = 45.17%
G = 16.41%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EA55C7 (or 0xEA55C7) is known color: Free Speech Magenta. HEX triplet: EA, 55 and C7. RGB value is (234,85,199). Sum of RGB (Red+Green+Blue) = 234+85+199=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 85 (33.59% from 255 or 16.41% from 518); Blue value is 199 (78.12% from 255 or 38.42% from 518); Max value from RGB is 234 - color contains mainly: red. Hex color #EA55C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA55C7 is #15AA38. Grayscale: #8E8E8E. Windows color (decimal): -1419833 or 13063658. OLE color: 13063658.

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

Color convert

RGB 234 85 199 -
CMYK 0 0.64 0.15 0.08
HSL 314.09º 0.78% 0.63% -
HSV(B) 314.09º 0.64% 0.92% -
XYZ 47.49 28.11 56.96 -
YUV 142.55 159.86 193.23 -
System Red Green Blue C M Y K H S L
Decimal 234 85 199 0 0.64 0.15 0.08 314.09 0.78 0.63
Hex EA 55 C7 0 40 F 8 13A 4E 3F
Octal 352 125 307 0 100 17 10 472 116 77
Binary 11101010 1010101 11000111 0 1000000 1111 1000 100111010 1001110 111111

Color Harmonies of #EA55C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA55C7

Black with #EA55C7

Text Example


Text Example

White with #EA55C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA55C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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