Html Css Color HEX #EE55E9 Free Speech Magenta

📋 copy color: '#EE55E9'

red 238 ◦ green 85 ◦ blue 233

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

Shades of Free Speech Magenta #EE55E9

Tints of Free Speech Magenta #EE55E9

RGB

 RED value IS 238 (93.36% from 255) = 42.81%

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

 BLUE value IS 233 (91.41% from 255) = 41.91%

R = 42.81%
G = 15.29%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EE55E9 (or 0xEE55E9) is known color: Free Speech Magenta. HEX triplet: EE, 55 and E9. RGB value is (238,85,233). Sum of RGB (Red+Green+Blue) = 238+85+233=556 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.81% from 556); Green value is 85 (33.59% from 255 or 15.29% from 556); Blue value is 233 (91.41% from 255 or 41.91% from 556); Max value from RGB is 238 - color contains mainly: red. Hex color #EE55E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE55E9 is #11AA16. Grayscale: #939393. Windows color (decimal): -1157655 or 15291886. OLE color: 15291886.

HSL color Cylindrical-coordinate representation of color #EE55E9: hue angle of 301.96º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EE55E9 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 85 233 -
CMYK 0 0.64 0.02 0.07
HSL 301.96º 0.82% 0.63% -
HSV(B) 301.96º 0.64% 0.93% -
XYZ 53.22 30.56 80.18 -
YUV 147.62 176.19 192.47 -
System Red Green Blue C M Y K H S L
Decimal 238 85 233 0 0.64 0.02 0.07 301.96 0.82 0.63
Hex EE 55 E9 0 40 2 7 12E 52 3F
Octal 356 125 351 0 100 2 7 456 122 77
Binary 11101110 1010101 11101001 0 1000000 10 111 100101110 1010010 111111

Color Harmonies of #EE55E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE55E9

Black with #EE55E9

Text Example


Text Example

White with #EE55E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE55E9; }

 p { color: rgb(238,85,233); }

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

background-color css

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

 a { background-color: rgb(238,85,233); }

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

border-color css

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

 span { border-color: rgb(238,85,233); }

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