#E33CBF

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

Shades of Razzle Dazzle Rose #E33CBF

Tints of Razzle Dazzle Rose #E33CBF

Color information

#E33CBF (or 0xE33CBF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E3, 3C and BF. RGB value is (227,60,191). Sum of RGB (Red+Green+Blue) = 227+60+191=478 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.49% from 478); Green value is 60 (23.83% from 255 or 12.55% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 227 - color contains mainly: red. Hex color #E33CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E33CBF is #1CC340. Grayscale: #7C7C7C. Windows color (decimal): -1884993 or 12532963. OLE color: 12532963.

HSL color Cylindrical-coordinate representation of color #E33CBF: hue angle of 312.93º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E33CBF is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB22760191-
CMYK00.740.160.11
HSL312.93º74.89%56.27%-
HSV(B)312.93º73.57%89.02%-
XYZ42.723.3251.54-
YUV124.87165.33200.85-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 47.49%
GREEN value IS 60 (23.83% from 255) = 12.55%
BLUE value IS 191 (75% from 255) = 39.96%
R=47.49%
G=12.55%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2276019100.740.160.11312.9374.8956.27
HexE33CBF04A10B1394b38
Octal343742770112201347111370
Binary1110001111110010111111010010101000010111001110011001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E33CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E33CBF; }

 p { color: rgb(227,60,191); }

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

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

 a { background-color: rgb(227,60,191); }

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

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

 span { border-color: rgb(227,60,191); }

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