#E051AF

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

Shades of Brilliant Rose #E051AF

Tints of Brilliant Rose #E051AF

Color information

#E051AF (or 0xE051AF) is unknown color: approx Brilliant Rose. HEX triplet: E0, 51 and AF. RGB value is (224,81,175). Sum of RGB (Red+Green+Blue) = 224+81+175=480 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.67% from 480); Green value is 81 (32.03% from 255 or 16.88% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 224 - color contains mainly: red. Hex color #E051AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E051AF is #1FAE50. Grayscale: #868686. Windows color (decimal): -2076241 or 11489760. OLE color: 11489760.

HSL color Cylindrical-coordinate representation of color #E051AF: hue angle of 320.56º 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 #E051AF is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB22481175-
CMYK00.640.220.12
HSL320.56º69.76%59.8%-
HSV(B)320.56º63.84%87.84%-
XYZ41.4224.8343.17-
YUV134.47150.88191.86-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.67%
GREEN value IS 81 (32.03% from 255) = 16.88%
BLUE value IS 175 (68.75% from 255) = 36.46%
R=46.67%
G=16.88%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248117500.640.220.12320.5669.7659.8
HexE051AF04016C141463c
Octal3401212570100261450110674
Binary11100000101000110101111010000001011011001010000011000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E051AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E051AF; }

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

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

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

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

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

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

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

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