#E630A9

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

Shades of Persian Rose #E630A9

Tints of Persian Rose #E630A9

Color information

#E630A9 (or 0xE630A9) is unknown color: approx Persian Rose. HEX triplet: E6, 30 and A9. RGB value is (230,48,169). Sum of RGB (Red+Green+Blue) = 230+48+169=447 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.45% from 447); Green value is 48 (19.14% from 255 or 10.74% from 447); Blue value is 169 (66.41% from 255 or 37.81% from 447); Max value from RGB is 230 - color contains mainly: red. Hex color #E630A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E630A9 is #19CF56. Grayscale: #737373. Windows color (decimal): -1691479 or 11088102. OLE color: 11088102.

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

Color convert

RGB23048169-
CMYK00.790.270.10
HSL320.11º78.45%54.51%-
HSV(B)320.11º79.13%90.2%-
XYZ40.8521.839.59-
YUV116.21157.8209.16-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 51.45%
GREEN value IS 48 (19.14% from 255) = 10.74%
BLUE value IS 169 (66.41% from 255) = 37.81%
R=51.45%
G=10.74%
B=37.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.27
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2304816900.790.270.10320.1178.4554.51
HexE630A904F1BA1404e37
Octal346602510117331250011667
Binary1110011011000010101001010011111101110101010000001001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E630A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E630A9; }

 p { color: rgb(230,48,169); }

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

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

 a { background-color: rgb(230,48,169); }

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

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

 span { border-color: rgb(230,48,169); }

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