Html Css Color HEX #EE52DD Free Speech Magenta

📋 copy color: '#EE52DD'

red 238 ◦ green 82 ◦ blue 221

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

Shades of Free Speech Magenta #EE52DD

Tints of Free Speech Magenta #EE52DD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.16%

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

R = 43.99%
G = 15.16%
B = 40.85%

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

#EE52DD (or 0xEE52DD) is known color: Free Speech Magenta. HEX triplet: EE, 52 and DD. RGB value is (238,82,221). Sum of RGB (Red+Green+Blue) = 238+82+221=541 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.99% from 541); Green value is 82 (32.42% from 255 or 15.16% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 238 - color contains mainly: red. Hex color #EE52DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE52DD is #11AD22. Grayscale: #909090. Windows color (decimal): -1158435 or 14504686. OLE color: 14504686.

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

Color convert

RGB 238 82 221 -
CMYK 0 0.66 0.07 0.07
HSL 306.54º 0.82% 0.63% -
HSV(B) 306.54º 0.66% 0.93% -
XYZ 51.33 29.43 71.38 -
YUV 144.49 171.18 194.7 -
System Red Green Blue C M Y K H S L
Decimal 238 82 221 0 0.66 0.07 0.07 306.54 0.82 0.63
Hex EE 52 DD 0 42 7 7 133 52 3F
Octal 356 122 335 0 102 7 7 463 122 77
Binary 11101110 1010010 11011101 0 1000010 111 111 100110011 1010010 111111

Color Harmonies of #EE52DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE52DD

Black with #EE52DD

Text Example


Text Example

White with #EE52DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE52DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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