#EE2FCE

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

Shades of Razzle Dazzle Rose #EE2FCE

Tints of Razzle Dazzle Rose #EE2FCE

Color information

#EE2FCE (or 0xEE2FCE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EE, 2F and CE. RGB value is (238,47,206). Sum of RGB (Red+Green+Blue) = 238+47+206=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 47 (18.75% from 255 or 9.57% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2FCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE2FCE is #11D031. Grayscale: #797979. Windows color (decimal): -1167410 or 13512686. OLE color: 13512686.

HSL color Cylindrical-coordinate representation of color #EE2FCE: hue angle of 310.05º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE2FCE is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB23847206-
CMYK00.800.130.07
HSL310.05º84.89%55.88%-
HSV(B)310.05º80.25%93.33%-
XYZ47.4224.6760.65-
YUV122.23175.28210.57-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 48.47%
GREEN value IS 47 (18.75% from 255) = 9.57%
BLUE value IS 206 (80.86% from 255) = 41.96%
R=48.47%
G=9.57%
B=41.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2384720600.800.130.07310.0584.8955.88
HexEE2FCE050D71365538
Octal35657316012015746612570
Binary11101110101111110011100101000011011111001101101010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE2FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE2FCE; }

 p { color: rgb(238,47,206); }

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

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

 a { background-color: rgb(238,47,206); }

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

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

 span { border-color: rgb(238,47,206); }

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