#E849BE

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

Shades of Razzle Dazzle Rose #E849BE

Tints of Razzle Dazzle Rose #E849BE

Color information

#E849BE (or 0xE849BE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E8, 49 and BE. RGB value is (232,73,190). Sum of RGB (Red+Green+Blue) = 232+73+190=495 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.87% from 495); Green value is 73 (28.91% from 255 or 14.75% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 232 - color contains mainly: red. Hex color #E849BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E849BE is #17B641. Grayscale: #858585. Windows color (decimal): -1553986 or 12470760. OLE color: 12470760.

HSL color Cylindrical-coordinate representation of color #E849BE: hue angle of 315.85º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E849BE is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB23273190-
CMYK00.690.180.09
HSL315.85º77.56%59.8%-
HSV(B)315.85º68.53%90.98%-
XYZ44.9625.6451.29-
YUV133.88159.68197.99-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.87%
GREEN value IS 73 (28.91% from 255) = 14.75%
BLUE value IS 190 (74.61% from 255) = 38.38%
R=46.87%
G=14.75%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2327319000.690.180.09315.8577.5659.8
HexE849BE04512913c4e3c
Octal3501112760105221147411674
Binary11101000100100110111110010001011001010011001111001001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E849BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E849BE; }

 p { color: rgb(232,73,190); }

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

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

 a { background-color: rgb(232,73,190); }

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

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

 span { border-color: rgb(232,73,190); }

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