#E62FA3

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

Shades of Persian Rose #E62FA3

Tints of Persian Rose #E62FA3

Color information

#E62FA3 (or 0xE62FA3) is unknown color: approx Persian Rose. HEX triplet: E6, 2F and A3. RGB value is (230,47,163). Sum of RGB (Red+Green+Blue) = 230+47+163=440 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.27% from 440); Green value is 47 (18.75% from 255 or 10.68% from 440); Blue value is 163 (64.06% from 255 or 37.05% from 440); Max value from RGB is 230 - color contains mainly: red. Hex color #E62FA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62FA3 is #19D05C. Grayscale: #727272. Windows color (decimal): -1691741 or 10694630. OLE color: 10694630.

HSL color Cylindrical-coordinate representation of color #E62FA3: hue angle of 321.97º 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 #E62FA3 is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.10.

Color convert

RGB23047163-
CMYK00.800.290.10
HSL321.97º78.54%54.31%-
HSV(B)321.97º79.57%90.2%-
XYZ40.2621.536.68-
YUV114.94155.13210.07-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 52.27%
GREEN value IS 47 (18.75% from 255) = 10.68%
BLUE value IS 163 (64.06% from 255) = 37.05%
R=52.27%
G=10.68%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.29
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2304716300.800.290.10321.9778.5454.31
HexE62FA30501DA1424f36
Octal346572430120351250211766
Binary1110011010111110100011010100001110110101010000101001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E62FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E62FA3; }

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

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

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

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

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

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

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

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