#e044ba

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

Shades of Razzle Dazzle Rose #E044BA

Tints of Razzle Dazzle Rose #E044BA

Color information

#E044BA (or 0xE044BA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E0, 44 and BA. RGB value is (224,68,186). Sum of RGB (Red+Green+Blue) = 224+68+186=478 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.86% from 478); Green value is 68 (26.95% from 255 or 14.23% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 224 - color contains mainly: red. Hex color #E044BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E044BA is #1FBB45. Grayscale: #7F7F7F. Windows color (decimal): -2079558 or 12207328. OLE color: 12207328.

HSL color Cylindrical-coordinate representation of color #E044BA: hue angle of 314.62º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E044BA is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB22468186-
CMYK00.700.170.12
HSL314.62º71.56%57.25%-
HSV(B)314.62º69.64%87.84%-
XYZ41.6723.5348.8-
YUV128.1160.68196.41-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.86%
GREEN value IS 68 (26.95% from 255) = 14.23%
BLUE value IS 186 (73.05% from 255) = 38.91%
R=46.86%
G=14.23%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2246818600.700.170.12314.6271.5657.25
HexE044BA04611C13b4839
Octal3401042720106211447311071
Binary11100000100010010111010010001101000111001001110111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e044ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e044ba; }

 p { color: rgb(224,68,186); }

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

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

 a { background-color: rgb(224,68,186); }

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

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

 span { border-color: rgb(224,68,186); }

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