Html Css Color HEX #EE20DD Razzle Dazzle Rose

📋 copy color: '#EE20DD'

red 238 ◦ green 32 ◦ blue 221

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

Shades of Razzle Dazzle Rose #EE20DD

Tints of Razzle Dazzle Rose #EE20DD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.52%

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

R = 48.47%
G = 6.52%
B = 45.01%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EE20DD (or 0xEE20DD) is known color: Razzle Dazzle Rose. HEX triplet: EE, 20 and DD. RGB value is (238,32,221). Sum of RGB (Red+Green+Blue) = 238+32+221=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 32 (12.89% from 255 or 6.52% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 238 - color contains mainly: red. Hex color #EE20DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE20DD is #11DF22. Grayscale: #727272. Windows color (decimal): -1171235 or 14491886. OLE color: 14491886.

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

Color convert

RGB 238 32 221 -
CMYK 0 0.87 0.07 0.07
HSL 304.95º 0.86% 0.53% -
HSV(B) 304.95º 0.87% 0.93% -
XYZ 48.83 24.43 70.55 -
YUV 115.14 187.75 215.63 -
System Red Green Blue C M Y K H S L
Decimal 238 32 221 0 0.87 0.07 0.07 304.95 0.86 0.53
Hex EE 20 DD 0 57 7 7 131 56 35
Octal 356 40 335 0 127 7 7 461 126 65
Binary 11101110 100000 11011101 0 1010111 111 111 100110001 1010110 110101

Color Harmonies of #EE20DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE20DD

Black with #EE20DD

Text Example


Text Example

White with #EE20DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE20DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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