#E62AA3

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

Shades of Persian Rose #E62AA3

Tints of Persian Rose #E62AA3

Color information

#E62AA3 (or 0xE62AA3) is unknown color: approx Persian Rose. HEX triplet: E6, 2A and A3. RGB value is (230,42,163). Sum of RGB (Red+Green+Blue) = 230+42+163=435 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.87% from 435); Green value is 42 (16.80% from 255 or 9.66% from 435); Blue value is 163 (64.06% from 255 or 37.47% from 435); Max value from RGB is 230 - color contains mainly: red. Hex color #E62AA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62AA3 is #19D55C. Grayscale: #6F6F6F. Windows color (decimal): -1693021 or 10693350. OLE color: 10693350.

HSL color Cylindrical-coordinate representation of color #E62AA3: hue angle of 321.38º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E62AA3 is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.10.

Color convert

RGB23042163-
CMYK00.820.290.10
HSL321.38º78.99%53.33%-
HSV(B)321.38º81.74%90.2%-
XYZ40.0721.1236.62-
YUV112.01156.78212.16-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 52.87%
GREEN value IS 42 (16.80% from 255) = 9.66%
BLUE value IS 163 (64.06% from 255) = 37.47%
R=52.87%
G=9.66%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.29
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2304216300.820.290.10321.3878.9953.33
HexE62AA30521DA1414f35
Octal346522430122351250111765
Binary1110011010101010100011010100101110110101010000011001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E62AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E62AA3; }

 p { color: rgb(230,42,163); }

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

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

 a { background-color: rgb(230,42,163); }

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

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

 span { border-color: rgb(230,42,163); }

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