Html Css Color HEX #EE51DD Free Speech Magenta

📋 copy color: '#EE51DD'

red 238 ◦ green 81 ◦ blue 221

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

Shades of Free Speech Magenta #EE51DD

Tints of Free Speech Magenta #EE51DD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15%

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

R = 44.07%
G = 15%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EE51DD (or 0xEE51DD) is known color: Free Speech Magenta. HEX triplet: EE, 51 and DD. RGB value is (238,81,221). Sum of RGB (Red+Green+Blue) = 238+81+221=540 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.07% from 540); Green value is 81 (32.03% from 255 or 15% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 238 - color contains mainly: red. Hex color #EE51DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE51DD is #11AE22. Grayscale: #8F8F8F. Windows color (decimal): -1158691 or 14504430. OLE color: 14504430.

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

Color convert

RGB 238 81 221 -
CMYK 0 0.66 0.07 0.07
HSL 306.5º 0.82% 0.63% -
HSV(B) 306.5º 0.66% 0.93% -
XYZ 51.25 29.28 71.36 -
YUV 143.9 171.51 195.12 -
System Red Green Blue C M Y K H S L
Decimal 238 81 221 0 0.66 0.07 0.07 306.5 0.82 0.63
Hex EE 51 DD 0 42 7 7 132 52 3F
Octal 356 121 335 0 102 7 7 462 122 77
Binary 11101110 1010001 11011101 0 1000010 111 111 100110010 1010010 111111

Color Harmonies of #EE51DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE51DD

Black with #EE51DD

Text Example


Text Example

White with #EE51DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE51DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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