Html Css Color HEX #EE21E5 Razzle Dazzle Rose

📋 copy color: '#EE21E5'

red 238 ◦ green 33 ◦ blue 229

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

Shades of Razzle Dazzle Rose #EE21E5

Tints of Razzle Dazzle Rose #EE21E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 45.8%

R = 47.6%
G = 6.6%
B = 45.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#EE21E5 (or 0xEE21E5) is known color: Razzle Dazzle Rose. HEX triplet: EE, 21 and E5. RGB value is (238,33,229). Sum of RGB (Red+Green+Blue) = 238+33+229=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 33 (13.28% from 255 or 6.6% from 500); Blue value is 229 (89.84% from 255 or 45.8% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EE21E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE21E5 is #11DE1A. Grayscale: #747474. Windows color (decimal): -1170971 or 15016430. OLE color: 15016430.

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

Color convert

RGB 238 33 229 -
CMYK 0 0.86 0.04 0.07
HSL 302.63º 0.86% 0.53% -
HSV(B) 302.63º 0.86% 0.93% -
XYZ 49.95 24.92 76.31 -
YUV 116.64 191.42 214.56 -
System Red Green Blue C M Y K H S L
Decimal 238 33 229 0 0.86 0.04 0.07 302.63 0.86 0.53
Hex EE 21 E5 0 56 4 7 12F 56 35
Octal 356 41 345 0 126 4 7 457 126 65
Binary 11101110 100001 11100101 0 1010110 100 111 100101111 1010110 110101

Color Harmonies of #EE21E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE21E5

Black with #EE21E5

Text Example


Text Example

White with #EE21E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE21E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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