#E052A7

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

Shades of Brilliant Rose #E052A7

Tints of Brilliant Rose #E052A7

Color information

#E052A7 (or 0xE052A7) is unknown color: approx Brilliant Rose. HEX triplet: E0, 52 and A7. RGB value is (224,82,167). Sum of RGB (Red+Green+Blue) = 224+82+167=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 82 (32.42% from 255 or 17.34% from 473); Blue value is 167 (65.62% from 255 or 35.31% from 473); Max value from RGB is 224 - color contains mainly: red. Hex color #E052A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E052A7 is #1FAD58. Grayscale: #858585. Windows color (decimal): -2075993 or 10965728. OLE color: 10965728.

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

Color convert

RGB22482167-
CMYK00.630.250.12
HSL324.08º69.61%60%-
HSV(B)324.08º63.39%87.84%-
XYZ40.7324.6739.17-
YUV134.15146.54192.09-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.36%
GREEN value IS 82 (32.42% from 255) = 17.34%
BLUE value IS 167 (65.62% from 255) = 35.31%
R=47.36%
G=17.34%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248216700.630.250.12324.0869.6160
HexE052A703F19C144463c
Octal340122247077311450410674
Binary1110000010100101010011101111111100111001010001001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E052A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E052A7; }

 p { color: rgb(224,82,167); }

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

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

 a { background-color: rgb(224,82,167); }

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

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

 span { border-color: rgb(224,82,167); }

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