#E944BB

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

Shades of Razzle Dazzle Rose #E944BB

Tints of Razzle Dazzle Rose #E944BB

Color information

#E944BB (or 0xE944BB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E9, 44 and BB. RGB value is (233,68,187). Sum of RGB (Red+Green+Blue) = 233+68+187=488 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.75% from 488); Green value is 68 (26.95% from 255 or 13.93% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 233 - color contains mainly: red. Hex color #E944BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E944BB is #16BB44. Grayscale: #828282. Windows color (decimal): -1489733 or 12272873. OLE color: 12272873.

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

Color convert

RGB23368187-
CMYK00.710.200.09
HSL316.73º78.95%59.02%-
HSV(B)316.73º70.82%91.37%-
XYZ44.6425.0549.5-
YUV130.9159.66200.82-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.75%
GREEN value IS 68 (26.95% from 255) = 13.93%
BLUE value IS 187 (73.44% from 255) = 38.32%
R=47.75%
G=13.93%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2336818700.710.200.09316.7378.9559.02
HexE944BB04714913d4f3b
Octal3511042730107241147511773
Binary11101001100010010111011010001111010010011001111011001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E944BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E944BB; }

 p { color: rgb(233,68,187); }

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

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

 a { background-color: rgb(233,68,187); }

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

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

 span { border-color: rgb(233,68,187); }

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