#E030A7

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

Shades of Persian Rose #E030A7

Tints of Persian Rose #E030A7

Color information

#E030A7 (or 0xE030A7) is unknown color: approx Persian Rose. HEX triplet: E0, 30 and A7. RGB value is (224,48,167). Sum of RGB (Red+Green+Blue) = 224+48+167=439 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.03% from 439); Green value is 48 (19.14% from 255 or 10.93% from 439); Blue value is 167 (65.62% from 255 or 38.04% from 439); Max value from RGB is 224 - color contains mainly: red. Hex color #E030A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E030A7 is #1FCF58. Grayscale: #717171. Windows color (decimal): -2084697 or 10957024. OLE color: 10957024.

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

Color convert

RGB22448167-
CMYK00.790.250.12
HSL319.43º73.95%53.33%-
HSV(B)319.43º78.57%87.84%-
XYZ38.7720.7538.52-
YUV114.19157.81206.32-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.03%
GREEN value IS 48 (19.14% from 255) = 10.93%
BLUE value IS 167 (65.62% from 255) = 38.04%
R=51.03%
G=10.93%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2244816700.790.250.12319.4373.9553.33
HexE030A704F19C13f4a35
Octal340602470117311447711265
Binary1110000011000010100111010011111100111001001111111001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E030A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E030A7; }

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

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

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

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

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

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

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

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