#E940BD

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

Shades of Razzle Dazzle Rose #E940BD

Tints of Razzle Dazzle Rose #E940BD

Color information

#E940BD (or 0xE940BD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E9, 40 and BD. RGB value is (233,64,189). Sum of RGB (Red+Green+Blue) = 233+64+189=486 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.94% from 486); Green value is 64 (25.39% from 255 or 13.17% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 233 - color contains mainly: red. Hex color #E940BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E940BD is #16BF42. Grayscale: #808080. Windows color (decimal): -1490755 or 12402921. OLE color: 12402921.

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

Color convert

RGB23364189-
CMYK00.730.190.09
HSL315.62º79.34%58.24%-
HSV(B)315.62º72.53%91.37%-
XYZ44.6224.6650.55-
YUV128.78161.99202.34-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.94%
GREEN value IS 64 (25.39% from 255) = 13.17%
BLUE value IS 189 (74.22% from 255) = 38.89%
R=47.94%
G=13.17%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2336418900.730.190.09315.6279.3458.24
HexE940BD04913913c4f3a
Octal3511002750111231147411772
Binary11101001100000010111101010010011001110011001111001001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E940BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E940BD; }

 p { color: rgb(233,64,189); }

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

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

 a { background-color: rgb(233,64,189); }

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

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

 span { border-color: rgb(233,64,189); }

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