#EE32F7

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

Shades of Razzle Dazzle Rose #EE32F7

Tints of Razzle Dazzle Rose #EE32F7

Color information

#EE32F7 (or 0xEE32F7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EE, 32 and F7. RGB value is (238,50,247). Sum of RGB (Red+Green+Blue) = 238+50+247=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 50 (19.92% from 255 or 9.35% from 535); Blue value is 247 (96.88% from 255 or 46.17% from 535); Max value from RGB is 247 - color contains mainly: blue. Hex color #EE32F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE32F7 is #11CD08. Grayscale: #808080. Windows color (decimal): -1166601 or 16200430. OLE color: 16200430.

HSL color Cylindrical-coordinate representation of color #EE32F7: hue angle of 297.26º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE32F7 is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB23850247-
CMYK0.040.8000.03
HSL297.26º92.49%58.24%-
HSV(B)297.26º79.76%96.86%-
XYZ53.1927.1790.44-
YUV128.67194.78205.98-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.49%
GREEN value IS 50 (19.92% from 255) = 9.35%
BLUE value IS 247 (96.88% from 255) = 46.17%
R=44.49%
G=9.35%
B=46.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal238502470.040.8000.03297.2692.4958.24
HexEE32F7450031295c3a
Octal3566236741200345113472
Binary111011101100101111011110010100000111001010011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE32F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE32F7; }

 p { color: rgb(238,50,247); }

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

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

 a { background-color: rgb(238,50,247); }

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

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

 span { border-color: rgb(238,50,247); }

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