#E841BA

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

Shades of Razzle Dazzle Rose #E841BA

Tints of Razzle Dazzle Rose #E841BA

Color information

#E841BA (or 0xE841BA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E8, 41 and BA. RGB value is (232,65,186). Sum of RGB (Red+Green+Blue) = 232+65+186=483 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.03% from 483); Green value is 65 (25.78% from 255 or 13.46% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 232 - color contains mainly: red. Hex color #E841BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E841BA is #17BE45. Grayscale: #808080. Windows color (decimal): -1556038 or 12206568. OLE color: 12206568.

HSL color Cylindrical-coordinate representation of color #E841BA: hue angle of 316.53º degrees, saturation: 0.78, 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 #E841BA is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB23265186-
CMYK00.720.200.09
HSL316.53º78.4%58.24%-
HSV(B)316.53º71.98%90.98%-
XYZ44.0324.4848.86-
YUV128.73160.33201.66-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.03%
GREEN value IS 65 (25.78% from 255) = 13.46%
BLUE value IS 186 (73.05% from 255) = 38.51%
R=48.03%
G=13.46%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2326518600.720.200.09316.5378.458.24
HexE841BA04814913d4e3a
Octal3501012720110241147511672
Binary11101000100000110111010010010001010010011001111011001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E841BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E841BA; }

 p { color: rgb(232,65,186); }

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

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

 a { background-color: rgb(232,65,186); }

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

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

 span { border-color: rgb(232,65,186); }

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