#E051A4

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

Shades of Brilliant Rose #E051A4

Tints of Brilliant Rose #E051A4

Color information

#E051A4 (or 0xE051A4) is unknown color: approx Brilliant Rose. HEX triplet: E0, 51 and A4. RGB value is (224,81,164). Sum of RGB (Red+Green+Blue) = 224+81+164=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 81 (32.03% from 255 or 17.27% from 469); Blue value is 164 (64.45% from 255 or 34.97% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E051A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E051A4 is #1FAE5B. Grayscale: #858585. Windows color (decimal): -2076252 or 10768864. OLE color: 10768864.

HSL color Cylindrical-coordinate representation of color #E051A4: hue angle of 325.17º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E051A4 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB22481164-
CMYK00.640.270.12
HSL325.17º69.76%59.8%-
HSV(B)325.17º63.84%87.84%-
XYZ40.3824.4137.71-
YUV133.22145.38192.75-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.76%
GREEN value IS 81 (32.03% from 255) = 17.27%
BLUE value IS 164 (64.45% from 255) = 34.97%
R=47.76%
G=17.27%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248116400.640.270.12325.1769.7659.8
HexE051A40401BC145463c
Octal3401212440100331450510674
Binary11100000101000110100100010000001101111001010001011000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E051A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E051A4; }

 p { color: rgb(224,81,164); }

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

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

 a { background-color: rgb(224,81,164); }

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

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

 span { border-color: rgb(224,81,164); }

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