Html Css Color HEX #EE23DD Razzle Dazzle Rose

📋 copy color: '#EE23DD'

red 238 ◦ green 35 ◦ blue 221

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

Shades of Razzle Dazzle Rose #EE23DD

Tints of Razzle Dazzle Rose #EE23DD

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.09%

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

R = 48.18%
G = 7.09%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EE23DD (or 0xEE23DD) is known color: Razzle Dazzle Rose. HEX triplet: EE, 23 and DD. RGB value is (238,35,221). Sum of RGB (Red+Green+Blue) = 238+35+221=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 35 (14.06% from 255 or 7.09% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 238 - color contains mainly: red. Hex color #EE23DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE23DD is #11DC22. Grayscale: #747474. Windows color (decimal): -1170467 or 14492654. OLE color: 14492654.

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

Color convert

RGB 238 35 221 -
CMYK 0 0.85 0.07 0.07
HSL 305.02º 0.86% 0.54% -
HSV(B) 305.02º 0.85% 0.93% -
XYZ 48.91 24.6 70.58 -
YUV 116.9 186.75 214.38 -
System Red Green Blue C M Y K H S L
Decimal 238 35 221 0 0.85 0.07 0.07 305.02 0.86 0.54
Hex EE 23 DD 0 55 7 7 131 56 36
Octal 356 43 335 0 125 7 7 461 126 66
Binary 11101110 100011 11011101 0 1010101 111 111 100110001 1010110 110110

Color Harmonies of #EE23DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE23DD

Black with #EE23DD

Text Example


Text Example

White with #EE23DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE23DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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