Html Css Color HEX #EE56DD Free Speech Magenta

📋 copy color: '#EE56DD'

red 238 ◦ green 86 ◦ blue 221

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

Shades of Free Speech Magenta #EE56DD

Tints of Free Speech Magenta #EE56DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.55%

R = 43.67%
G = 15.78%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EE56DD (or 0xEE56DD) is known color: Free Speech Magenta. HEX triplet: EE, 56 and DD. RGB value is (238,86,221). Sum of RGB (Red+Green+Blue) = 238+86+221=545 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.67% from 545); Green value is 86 (33.98% from 255 or 15.78% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 238 - color contains mainly: red. Hex color #EE56DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE56DD is #11A922. Grayscale: #929292. Windows color (decimal): -1157411 or 14505710. OLE color: 14505710.

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

Color convert

RGB 238 86 221 -
CMYK 0 0.64 0.07 0.07
HSL 306.71º 0.82% 0.64% -
HSV(B) 306.71º 0.64% 0.93% -
XYZ 51.64 30.05 71.49 -
YUV 146.84 169.86 193.02 -
System Red Green Blue C M Y K H S L
Decimal 238 86 221 0 0.64 0.07 0.07 306.71 0.82 0.64
Hex EE 56 DD 0 40 7 7 133 52 40
Octal 356 126 335 0 100 7 7 463 122 100
Binary 11101110 1010110 11011101 0 1000000 111 111 100110011 1010010 1000000

Color Harmonies of #EE56DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE56DD

Black with #EE56DD

Text Example


Text Example

White with #EE56DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE56DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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