#E941BD

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

Shades of Razzle Dazzle Rose #E941BD

Tints of Razzle Dazzle Rose #E941BD

Color information

#E941BD (or 0xE941BD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E9, 41 and BD. RGB value is (233,65,189). Sum of RGB (Red+Green+Blue) = 233+65+189=487 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.84% from 487); Green value is 65 (25.78% from 255 or 13.35% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 233 - color contains mainly: red. Hex color #E941BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E941BD is #16BE42. Grayscale: #818181. Windows color (decimal): -1490499 or 12403177. OLE color: 12403177.

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

Color convert

RGB23365189-
CMYK00.720.190.09
HSL315.71º79.25%58.43%-
HSV(B)315.71º72.1%91.37%-
XYZ44.6824.7850.57-
YUV129.37161.66201.92-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.84%
GREEN value IS 65 (25.78% from 255) = 13.35%
BLUE value IS 189 (74.22% from 255) = 38.81%
R=47.84%
G=13.35%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2336518900.720.190.09315.7179.2558.43
HexE941BD04813913c4f3a
Octal3511012750110231147411772
Binary11101001100000110111101010010001001110011001111001001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E941BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E941BD; }

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

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

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

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

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

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

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

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