Html Css Color HEX #EE56DC Free Speech Magenta

📋 copy color: '#EE56DC'

red 238 ◦ green 86 ◦ blue 220

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

Shades of Free Speech Magenta #EE56DC

Tints of Free Speech Magenta #EE56DC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 15.81%

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

R = 43.75%
G = 15.81%
B = 40.44%

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

#EE56DC (or 0xEE56DC) is known color: Free Speech Magenta. HEX triplet: EE, 56 and DC. RGB value is (238,86,220). Sum of RGB (Red+Green+Blue) = 238+86+220=544 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.75% from 544); Green value is 86 (33.98% from 255 or 15.81% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 238 - color contains mainly: red. Hex color #EE56DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE56DC is #11A923. Grayscale: #929292. Windows color (decimal): -1157412 or 14440174. OLE color: 14440174.

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

Color convert

RGB 238 86 220 -
CMYK 0 0.64 0.08 0.07
HSL 307.11º 0.82% 0.64% -
HSV(B) 307.11º 0.64% 0.93% -
XYZ 51.51 30 70.79 -
YUV 146.72 169.36 193.1 -
System Red Green Blue C M Y K H S L
Decimal 238 86 220 0 0.64 0.08 0.07 307.11 0.82 0.64
Hex EE 56 DC 0 40 8 7 133 52 40
Octal 356 126 334 0 100 10 7 463 122 100
Binary 11101110 1010110 11011100 0 1000000 1000 111 100110011 1010010 1000000

Color Harmonies of #EE56DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE56DC

Black with #EE56DC

Text Example


Text Example

White with #EE56DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE56DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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