#E628A2

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

Shades of Persian Rose #E628A2

Tints of Persian Rose #E628A2

Color information

#E628A2 (or 0xE628A2) is unknown color: approx Persian Rose. HEX triplet: E6, 28 and A2. RGB value is (230,40,162). Sum of RGB (Red+Green+Blue) = 230+40+162=432 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.24% from 432); Green value is 40 (16.02% from 255 or 9.26% from 432); Blue value is 162 (63.67% from 255 or 37.5% from 432); Max value from RGB is 230 - color contains mainly: red. Hex color #E628A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E628A2 is #19D75D. Grayscale: #6E6E6E. Windows color (decimal): -1693534 or 10627302. OLE color: 10627302.

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

Color convert

RGB23040162-
CMYK00.830.300.10
HSL321.47º79.17%52.94%-
HSV(B)321.47º82.61%90.2%-
XYZ39.9120.9536.12-
YUV110.72156.95213.08-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 53.24%
GREEN value IS 40 (16.02% from 255) = 9.26%
BLUE value IS 162 (63.67% from 255) = 37.5%
R=53.24%
G=9.26%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.30
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2304016200.830.300.10321.4779.1752.94
HexE628A20531EA1414f35
Octal346502420123361250111765
Binary1110011010100010100010010100111111010101010000011001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E628A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E628A2; }

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

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

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

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

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

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

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

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