Html Css Color HEX #EE20DF Razzle Dazzle Rose

📋 copy color: '#EE20DF'

red 238 ◦ green 32 ◦ blue 223

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

Shades of Razzle Dazzle Rose #EE20DF

Tints of Razzle Dazzle Rose #EE20DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.23%

R = 48.28%
G = 6.49%
B = 45.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EE20DF (or 0xEE20DF) is known color: Razzle Dazzle Rose. HEX triplet: EE, 20 and DF. RGB value is (238,32,223). Sum of RGB (Red+Green+Blue) = 238+32+223=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 32 (12.89% from 255 or 6.49% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EE20DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE20DF is #11DF20. Grayscale: #727272. Windows color (decimal): -1171233 or 14622958. OLE color: 14622958.

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

Color convert

RGB 238 32 223 -
CMYK 0 0.87 0.06 0.07
HSL 304.37º 0.86% 0.53% -
HSV(B) 304.37º 0.87% 0.93% -
XYZ 49.1 24.54 71.96 -
YUV 115.37 188.75 215.47 -
System Red Green Blue C M Y K H S L
Decimal 238 32 223 0 0.87 0.06 0.07 304.37 0.86 0.53
Hex EE 20 DF 0 57 6 7 130 56 35
Octal 356 40 337 0 127 6 7 460 126 65
Binary 11101110 100000 11011111 0 1010111 110 111 100110000 1010110 110101

Color Harmonies of #EE20DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE20DF

Black with #EE20DF

Text Example


Text Example

White with #EE20DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE20DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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