#E62FA2

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

Shades of Persian Rose #E62FA2

Tints of Persian Rose #E62FA2

Color information

#E62FA2 (or 0xE62FA2) is unknown color: approx Persian Rose. HEX triplet: E6, 2F and A2. RGB value is (230,47,162). Sum of RGB (Red+Green+Blue) = 230+47+162=439 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.39% from 439); Green value is 47 (18.75% from 255 or 10.71% from 439); Blue value is 162 (63.67% from 255 or 36.90% from 439); Max value from RGB is 230 - color contains mainly: red. Hex color #E62FA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62FA2 is #19D05D. Grayscale: #727272. Windows color (decimal): -1691742 or 10629094. OLE color: 10629094.

HSL color Cylindrical-coordinate representation of color #E62FA2: hue angle of 322.3º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E62FA2 is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.10.

Color convert

RGB23047162-
CMYK00.800.300.10
HSL322.3º78.54%54.31%-
HSV(B)322.3º79.57%90.2%-
XYZ40.1721.4636.21-
YUV114.83154.63210.15-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 52.39%
GREEN value IS 47 (18.75% from 255) = 10.71%
BLUE value IS 162 (63.67% from 255) = 36.90%
R=52.39%
G=10.71%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.30
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2304716200.800.300.10322.378.5454.31
HexE62FA20501EA1424f36
Octal346572420120361250211766
Binary1110011010111110100010010100001111010101010000101001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E62FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E62FA2; }

 p { color: rgb(230,47,162); }

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

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

 a { background-color: rgb(230,47,162); }

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

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

 span { border-color: rgb(230,47,162); }

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