#E33CBE

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

Shades of Razzle Dazzle Rose #E33CBE

Tints of Razzle Dazzle Rose #E33CBE

Color information

#E33CBE (or 0xE33CBE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E3, 3C and BE. RGB value is (227,60,190). Sum of RGB (Red+Green+Blue) = 227+60+190=477 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.59% from 477); Green value is 60 (23.83% from 255 or 12.58% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 227 - color contains mainly: red. Hex color #E33CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E33CBE is #1CC341. Grayscale: #7C7C7C. Windows color (decimal): -1884994 or 12467427. OLE color: 12467427.

HSL color Cylindrical-coordinate representation of color #E33CBE: hue angle of 313.29º 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 #E33CBE is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB22760190-
CMYK00.740.160.11
HSL313.29º74.89%56.27%-
HSV(B)313.29º73.57%89.02%-
XYZ42.5923.2850.96-
YUV124.75164.83200.93-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 47.59%
GREEN value IS 60 (23.83% from 255) = 12.58%
BLUE value IS 190 (74.61% from 255) = 39.83%
R=47.59%
G=12.58%
B=39.83%

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
Decimal2276019000.740.160.11313.2974.8956.27
HexE33CBE04A10B1394b38
Octal343742760112201347111370
Binary1110001111110010111110010010101000010111001110011001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E33CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E33CBE; }

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

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

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

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

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

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

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

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