Html Css Color HEX #EE21DC Razzle Dazzle Rose

📋 copy color: '#EE21DC'

red 238 ◦ green 33 ◦ blue 220

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

Shades of Razzle Dazzle Rose #EE21DC

Tints of Razzle Dazzle Rose #EE21DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.81%

R = 48.47%
G = 6.72%
B = 44.81%

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

#EE21DC (or 0xEE21DC) is known color: Razzle Dazzle Rose. HEX triplet: EE, 21 and DC. RGB value is (238,33,220). Sum of RGB (Red+Green+Blue) = 238+33+220=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 33 (13.28% from 255 or 6.72% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 238 - color contains mainly: red. Hex color #EE21DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE21DC is #11DE23. Grayscale: #737373. Windows color (decimal): -1170980 or 14426606. OLE color: 14426606.

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

Color convert

RGB 238 33 220 -
CMYK 0 0.86 0.08 0.07
HSL 305.27º 0.86% 0.53% -
HSV(B) 305.27º 0.86% 0.93% -
XYZ 48.72 24.43 69.86 -
YUV 115.61 186.92 215.29 -
System Red Green Blue C M Y K H S L
Decimal 238 33 220 0 0.86 0.08 0.07 305.27 0.86 0.53
Hex EE 21 DC 0 56 8 7 131 56 35
Octal 356 41 334 0 126 10 7 461 126 65
Binary 11101110 100001 11011100 0 1010110 1000 111 100110001 1010110 110101

Color Harmonies of #EE21DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE21DC

Black with #EE21DC

Text Example


Text Example

White with #EE21DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE21DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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