Html Css Color HEX #EE21DB Razzle Dazzle Rose

📋 copy color: '#EE21DB'

red 238 ◦ green 33 ◦ blue 219

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

Shades of Razzle Dazzle Rose #EE21DB

Tints of Razzle Dazzle Rose #EE21DB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.73%

 BLUE value IS 219 (85.94% from 255) = 44.69%

R = 48.57%
G = 6.73%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE21DB (or 0xEE21DB) is known color: Razzle Dazzle Rose. HEX triplet: EE, 21 and DB. RGB value is (238,33,219). Sum of RGB (Red+Green+Blue) = 238+33+219=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 33 (13.28% from 255 or 6.73% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EE21DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE21DB is #11DE24. Grayscale: #727272. Windows color (decimal): -1170981 or 14361070. OLE color: 14361070.

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

Color convert

RGB 238 33 219 -
CMYK 0 0.86 0.08 0.07
HSL 305.56º 0.86% 0.53% -
HSV(B) 305.56º 0.86% 0.93% -
XYZ 48.59 24.38 69.16 -
YUV 115.5 186.42 215.38 -
System Red Green Blue C M Y K H S L
Decimal 238 33 219 0 0.86 0.08 0.07 305.56 0.86 0.53
Hex EE 21 DB 0 56 8 7 132 56 35
Octal 356 41 333 0 126 10 7 462 126 65
Binary 11101110 100001 11011011 0 1010110 1000 111 100110010 1010110 110101

Color Harmonies of #EE21DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE21DB

Black with #EE21DB

Text Example


Text Example

White with #EE21DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE21DB; }

 p { color: rgb(238,33,219); }

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

background-color css

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

 a { background-color: rgb(238,33,219); }

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

border-color css

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

 span { border-color: rgb(238,33,219); }

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