Html Css Color HEX #EE55DC Free Speech Magenta

📋 copy color: '#EE55DC'

red 238 ◦ green 85 ◦ blue 220

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

Shades of Free Speech Magenta #EE55DC

Tints of Free Speech Magenta #EE55DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.52%

R = 43.83%
G = 15.65%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE55DC (or 0xEE55DC) is known color: Free Speech Magenta. HEX triplet: EE, 55 and DC. RGB value is (238,85,220). Sum of RGB (Red+Green+Blue) = 238+85+220=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 85 (33.59% from 255 or 15.65% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 238 - color contains mainly: red. Hex color #EE55DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE55DC is #11AA23. Grayscale: #919191. Windows color (decimal): -1157668 or 14439918. OLE color: 14439918.

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

Color convert

RGB 238 85 220 -
CMYK 0 0.64 0.08 0.07
HSL 307.06º 0.82% 0.63% -
HSV(B) 307.06º 0.64% 0.93% -
XYZ 51.43 29.84 70.76 -
YUV 146.14 169.69 193.52 -
System Red Green Blue C M Y K H S L
Decimal 238 85 220 0 0.64 0.08 0.07 307.06 0.82 0.63
Hex EE 55 DC 0 40 8 7 133 52 3F
Octal 356 125 334 0 100 10 7 463 122 77
Binary 11101110 1010101 11011100 0 1000000 1000 111 100110011 1010010 111111

Color Harmonies of #EE55DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE55DC

Black with #EE55DC

Text Example


Text Example

White with #EE55DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE55DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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