Html Css Color HEX #EE20DA Razzle Dazzle Rose

📋 copy color: '#EE20DA'

red 238 ◦ green 32 ◦ blue 218

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

Shades of Razzle Dazzle Rose #EE20DA

Tints of Razzle Dazzle Rose #EE20DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.67%

R = 48.77%
G = 6.56%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE20DA (or 0xEE20DA) is known color: Razzle Dazzle Rose. HEX triplet: EE, 20 and DA. RGB value is (238,32,218). Sum of RGB (Red+Green+Blue) = 238+32+218=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 32 (12.89% from 255 or 6.56% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EE20DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE20DA is #11DF25. Grayscale: #727272. Windows color (decimal): -1171238 or 14295278. OLE color: 14295278.

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

Color convert

RGB 238 32 218 -
CMYK 0 0.87 0.08 0.07
HSL 305.83º 0.86% 0.53% -
HSV(B) 305.83º 0.87% 0.93% -
XYZ 48.43 24.27 68.46 -
YUV 114.8 186.25 215.88 -
System Red Green Blue C M Y K H S L
Decimal 238 32 218 0 0.87 0.08 0.07 305.83 0.86 0.53
Hex EE 20 DA 0 57 8 7 132 56 35
Octal 356 40 332 0 127 10 7 462 126 65
Binary 11101110 100000 11011010 0 1010111 1000 111 100110010 1010110 110101

Color Harmonies of #EE20DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE20DA

Black with #EE20DA

Text Example


Text Example

White with #EE20DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE20DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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