Html Css Color HEX #EE22DD Razzle Dazzle Rose

📋 copy color: '#EE22DD'

red 238 ◦ green 34 ◦ blue 221

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

Shades of Razzle Dazzle Rose #EE22DD

Tints of Razzle Dazzle Rose #EE22DD

RGB

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

 GREEN value IS 34 (13.67% from 255) = 6.9%

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

R = 48.28%
G = 6.9%
B = 44.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EE22DD (or 0xEE22DD) is known color: Razzle Dazzle Rose. HEX triplet: EE, 22 and DD. RGB value is (238,34,221). Sum of RGB (Red+Green+Blue) = 238+34+221=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 34 (13.67% from 255 or 6.90% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EE22DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE22DD is #11DD22. Grayscale: #737373. Windows color (decimal): -1170723 or 14492398. OLE color: 14492398.

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

Color convert

RGB 238 34 221 -
CMYK 0 0.86 0.07 0.07
HSL 305º 0.86% 0.53% -
HSV(B) 305º 0.86% 0.93% -
XYZ 48.88 24.54 70.57 -
YUV 116.31 187.09 214.79 -
System Red Green Blue C M Y K H S L
Decimal 238 34 221 0 0.86 0.07 0.07 305 0.86 0.53
Hex EE 22 DD 0 56 7 7 131 56 35
Octal 356 42 335 0 126 7 7 461 126 65
Binary 11101110 100010 11011101 0 1010110 111 111 100110001 1010110 110101

Color Harmonies of #EE22DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE22DD

Black with #EE22DD

Text Example


Text Example

White with #EE22DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE22DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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