#E6299A

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

Shades of Persian Rose #E6299A

Tints of Persian Rose #E6299A

Color information

#E6299A (or 0xE6299A) is unknown color: approx Persian Rose. HEX triplet: E6, 29 and 9A. RGB value is (230,41,154). Sum of RGB (Red+Green+Blue) = 230+41+154=425 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.12% from 425); Green value is 41 (16.41% from 255 or 9.65% from 425); Blue value is 154 (60.55% from 255 or 36.24% from 425); Max value from RGB is 230 - color contains mainly: red. Hex color #E6299A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6299A is #19D665. Grayscale: #6E6E6E. Windows color (decimal): -1693286 or 10103270. OLE color: 10103270.

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

Color convert

RGB23041154-
CMYK00.820.330.10
HSL324.13º79.08%53.14%-
HSV(B)324.13º82.17%90.2%-
XYZ39.2620.7432.51-
YUV110.39152.62213.31-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 54.12%
GREEN value IS 41 (16.41% from 255) = 9.65%
BLUE value IS 154 (60.55% from 255) = 36.24%
R=54.12%
G=9.65%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2304115400.820.330.10324.1379.0853.14
HexE6299A05221A1444f35
Octal346512320122411250411765
Binary11100110101001100110100101001010000110101010001001001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6299A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6299A; }

 p { color: rgb(230,41,154); }

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

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

 a { background-color: rgb(230,41,154); }

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

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

 span { border-color: rgb(230,41,154); }

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