#E62EA4

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

Shades of Persian Rose #E62EA4

Tints of Persian Rose #E62EA4

Color information

#E62EA4 (or 0xE62EA4) is unknown color: approx Persian Rose. HEX triplet: E6, 2E and A4. RGB value is (230,46,164). Sum of RGB (Red+Green+Blue) = 230+46+164=440 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.27% from 440); Green value is 46 (18.36% from 255 or 10.45% from 440); Blue value is 164 (64.45% from 255 or 37.27% from 440); Max value from RGB is 230 - color contains mainly: red. Hex color #E62EA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62EA4 is #19D15B. Grayscale: #727272. Windows color (decimal): -1691996 or 10759910. OLE color: 10759910.

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

Color convert

RGB23046164-
CMYK00.80.290.10
HSL321.52º78.63%54.12%-
HSV(B)321.52º80%90.2%-
XYZ40.3121.4637.14-
YUV114.47155.96210.41-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 52.27%
GREEN value IS 46 (18.36% from 255) = 10.45%
BLUE value IS 164 (64.45% from 255) = 37.27%
R=52.27%
G=10.45%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.29
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2304616400.80.290.10321.5278.6354.12
HexE62EA40501DA1424f36
Octal346562440120351250211766
Binary1110011010111010100100010100001110110101010000101001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E62EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E62EA4; }

 p { color: rgb(230,46,164); }

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

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

 a { background-color: rgb(230,46,164); }

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

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

 span { border-color: rgb(230,46,164); }

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