Html Css Color HEX #EA55E7 Free Speech Magenta

📋 copy color: '#EA55E7'

red 234 ◦ green 85 ◦ blue 231

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

Shades of Free Speech Magenta #EA55E7

Tints of Free Speech Magenta #EA55E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42%

R = 42.55%
G = 15.45%
B = 42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#EA55E7 (or 0xEA55E7) is known color: Free Speech Magenta. HEX triplet: EA, 55 and E7. RGB value is (234,85,231). Sum of RGB (Red+Green+Blue) = 234+85+231=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 85 (33.59% from 255 or 15.45% from 550); Blue value is 231 (90.62% from 255 or 42% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EA55E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA55E7 is #15AA18. Grayscale: #919191. Windows color (decimal): -1419801 or 15160810. OLE color: 15160810.

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

Color convert

RGB 234 85 231 -
CMYK 0 0.64 0.01 0.08
HSL 301.21º 0.78% 0.63% -
HSV(B) 301.21º 0.64% 0.92% -
XYZ 51.6 29.76 78.63 -
YUV 146.2 175.86 190.63 -
System Red Green Blue C M Y K H S L
Decimal 234 85 231 0 0.64 0.01 0.08 301.21 0.78 0.63
Hex EA 55 E7 0 40 1 8 12D 4E 3F
Octal 352 125 347 0 100 1 10 455 116 77
Binary 11101010 1010101 11100111 0 1000000 1 1000 100101101 1001110 111111

Color Harmonies of #EA55E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA55E7

Black with #EA55E7

Text Example


Text Example

White with #EA55E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA55E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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