Html Css Color HEX #EE53DD Free Speech Magenta

📋 copy color: '#EE53DD'

red 238 ◦ green 83 ◦ blue 221

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

Shades of Free Speech Magenta #EE53DD

Tints of Free Speech Magenta #EE53DD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.31%

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

R = 43.91%
G = 15.31%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EE53DD (or 0xEE53DD) is known color: Free Speech Magenta. HEX triplet: EE, 53 and DD. RGB value is (238,83,221). Sum of RGB (Red+Green+Blue) = 238+83+221=542 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.91% from 542); Green value is 83 (32.81% from 255 or 15.31% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 238 - color contains mainly: red. Hex color #EE53DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE53DD is #11AC22. Grayscale: #909090. Windows color (decimal): -1158179 or 14504942. OLE color: 14504942.

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

Color convert

RGB 238 83 221 -
CMYK 0 0.65 0.07 0.07
HSL 306.58º 0.82% 0.63% -
HSV(B) 306.58º 0.65% 0.93% -
XYZ 51.4 29.58 71.41 -
YUV 145.08 170.85 194.28 -
System Red Green Blue C M Y K H S L
Decimal 238 83 221 0 0.65 0.07 0.07 306.58 0.82 0.63
Hex EE 53 DD 0 41 7 7 133 52 3F
Octal 356 123 335 0 101 7 7 463 122 77
Binary 11101110 1010011 11011101 0 1000001 111 111 100110011 1010010 111111

Color Harmonies of #EE53DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE53DD

Black with #EE53DD

Text Example


Text Example

White with #EE53DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE53DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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