#e33ccb

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

Shades of Razzle Dazzle Rose #E33CCB

Tints of Razzle Dazzle Rose #E33CCB

Color information

#E33CCB (or 0xE33CCB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E3, 3C and CB. RGB value is (227,60,203). Sum of RGB (Red+Green+Blue) = 227+60+203=490 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.33% from 490); Green value is 60 (23.83% from 255 or 12.24% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 227 - color contains mainly: red. Hex color #E33CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E33CCB is #1CC334. Grayscale: #7D7D7D. Windows color (decimal): -1884981 or 13319395. OLE color: 13319395.

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

Color convert

RGB22760203-
CMYK00.740.110.11
HSL308.62º74.89%56.27%-
HSV(B)308.62º73.57%89.02%-
XYZ44.0723.8758.79-
YUV126.23171.33199.87-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 46.33%
GREEN value IS 60 (23.83% from 255) = 12.24%
BLUE value IS 203 (79.69% from 255) = 41.43%
R=46.33%
G=12.24%
B=41.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2276020300.740.110.11308.6274.8956.27
HexE33CCB04ABB1354b38
Octal343743130112131346511370
Binary111000111111001100101101001010101110111001101011001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e33ccb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e33ccb; }

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

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

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

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

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

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

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

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