#e62e9e

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

Shades of Persian Rose #E62E9E

Tints of Persian Rose #E62E9E

Color information

#E62E9E (or 0xE62E9E) is unknown color: approx Persian Rose. HEX triplet: E6, 2E and 9E. RGB value is (230,46,158). Sum of RGB (Red+Green+Blue) = 230+46+158=434 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.00% from 434); Green value is 46 (18.36% from 255 or 10.60% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 230 - color contains mainly: red. Hex color #E62E9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62E9E is #19D161. Grayscale: #717171. Windows color (decimal): -1692002 or 10366694. OLE color: 10366694.

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

Color convert

RGB23046158-
CMYK00.80.310.10
HSL323.48º78.63%54.12%-
HSV(B)323.48º80%90.2%-
XYZ39.7821.2534.35-
YUV113.78152.96210.89-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 53.00%
GREEN value IS 46 (18.36% from 255) = 10.60%
BLUE value IS 158 (62.11% from 255) = 36.41%
R=53.00%
G=10.60%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2304615800.80.310.10323.4878.6354.12
HexE62E9E0501FA1434f36
Octal346562360120371250311766
Binary1110011010111010011110010100001111110101010000111001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e62e9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e62e9e; }

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

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

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

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

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

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

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

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