#EE29D5

Color #EE29D5 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #EE29D5

Tints of Razzle Dazzle Rose #EE29D5

Color information

#EE29D5 (or 0xEE29D5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EE, 29 and D5. RGB value is (238,41,213). Sum of RGB (Red+Green+Blue) = 238+41+213=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 41 (16.41% from 255 or 8.33% from 492); Blue value is 213 (83.59% from 255 or 43.29% from 492); Max value from RGB is 238 - color contains mainly: red. Hex color #EE29D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE29D5 is #11D62A. Grayscale: #777777. Windows color (decimal): -1168939 or 13969902. OLE color: 13969902.

HSL color Cylindrical-coordinate representation of color #EE29D5: hue angle of 307.61º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EE29D5 is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB23841213-
CMYK00.830.110.07
HSL307.61º85.28%54.71%-
HSV(B)307.61º82.77%93.33%-
XYZ48.0624.5765.16-
YUV119.51180.77212.51-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 48.37%
GREEN value IS 41 (16.41% from 255) = 8.33%
BLUE value IS 213 (83.59% from 255) = 43.29%
R=48.37%
G=8.33%
B=43.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2384121300.830.110.07307.6185.2854.71
HexEE29D5053B71345537
Octal35651325012313746412567
Binary11101110101001110101010101001110111111001101001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE29D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE29D5; }

 p { color: rgb(238,41,213); }

 H1.HeaderClassName
 {
   color: #EE29D5;
 }
 .AnyTagClassName
 {
   color: #EE29D5;
 }
</style>
background-color css

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

 a { background-color: rgb(238,41,213); }

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

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

 span { border-color: rgb(238,41,213); }

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