Html Css Color HEX #EE55C8 Free Speech Magenta

📋 copy color: '#EE55C8'

red 238 ◦ green 85 ◦ blue 200

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

Shades of Free Speech Magenta #EE55C8

Tints of Free Speech Magenta #EE55C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.24%

R = 45.51%
G = 16.25%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EE55C8 (or 0xEE55C8) is known color: Free Speech Magenta. HEX triplet: EE, 55 and C8. RGB value is (238,85,200). Sum of RGB (Red+Green+Blue) = 238+85+200=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 85 (33.59% from 255 or 16.25% from 523); Blue value is 200 (78.52% from 255 or 38.24% from 523); Max value from RGB is 238 - color contains mainly: red. Hex color #EE55C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE55C8 is #11AA37. Grayscale: #8F8F8F. Windows color (decimal): -1157688 or 13129198. OLE color: 13129198.

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

Color convert

RGB 238 85 200 -
CMYK 0 0.64 0.16 0.07
HSL 314.9º 0.82% 0.63% -
HSV(B) 314.9º 0.64% 0.93% -
XYZ 48.93 28.84 57.63 -
YUV 143.86 159.69 195.15 -
System Red Green Blue C M Y K H S L
Decimal 238 85 200 0 0.64 0.16 0.07 314.9 0.82 0.63
Hex EE 55 C8 0 40 10 7 13B 52 3F
Octal 356 125 310 0 100 20 7 473 122 77
Binary 11101110 1010101 11001000 0 1000000 10000 111 100111011 1010010 111111

Color Harmonies of #EE55C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE55C8

Black with #EE55C8

Text Example


Text Example

White with #EE55C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE55C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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