#E930CB

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

Shades of Razzle Dazzle Rose #E930CB

Tints of Razzle Dazzle Rose #E930CB

Color information

#E930CB (or 0xE930CB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E9, 30 and CB. RGB value is (233,48,203). Sum of RGB (Red+Green+Blue) = 233+48+203=484 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.14% from 484); Green value is 48 (19.14% from 255 or 9.92% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 233 - color contains mainly: red. Hex color #E930CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E930CB is #16CF34. Grayscale: #787878. Windows color (decimal): -1494837 or 13316329. OLE color: 13316329.

HSL color Cylindrical-coordinate representation of color #E930CB: hue angle of 309.73º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E930CB is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB23348203-
CMYK00.790.130.09
HSL309.73º80.79%55.1%-
HSV(B)309.73º79.4%91.37%-
XYZ45.4423.7558.69-
YUV120.98174.29207.9-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.14%
GREEN value IS 48 (19.14% from 255) = 9.92%
BLUE value IS 203 (79.69% from 255) = 41.94%
R=48.14%
G=9.92%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2334820300.790.130.09309.7380.7955.1
HexE930CB04FD91365137
Octal351603130117151146612167
Binary111010011100001100101101001111110110011001101101010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E930CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E930CB; }

 p { color: rgb(233,48,203); }

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

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

 a { background-color: rgb(233,48,203); }

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

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

 span { border-color: rgb(233,48,203); }

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