#E06ABA

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

Shades of Persian Pink #E06ABA

Tints of Persian Pink #E06ABA

Color information

#E06ABA (or 0xE06ABA) is unknown color: approx Persian Pink. HEX triplet: E0, 6A and BA. RGB value is (224,106,186). Sum of RGB (Red+Green+Blue) = 224+106+186=516 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.41% from 516); Green value is 106 (41.80% from 255 or 20.54% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 224 - color contains mainly: red. Hex color #E06ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06ABA is #1F9545. Grayscale: #969696. Windows color (decimal): -2069830 or 12217056. OLE color: 12217056.

HSL color Cylindrical-coordinate representation of color #E06ABA: hue angle of 319.32º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E06ABA is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB224106186-
CMYK00.530.170.12
HSL319.32º65.56%64.71%-
HSV(B)319.32º52.68%87.84%-
XYZ44.7629.749.83-
YUV150.4148.09180.5-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.41%
GREEN value IS 106 (41.80% from 255) = 20.54%
BLUE value IS 186 (73.05% from 255) = 36.05%
R=43.41%
G=20.54%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410618600.530.170.12319.3265.5664.71
HexE06ABA03511C13f4241
Octal3401522720652114477102101
Binary11100000110101010111010011010110001110010011111110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06ABA; }

 p { color: rgb(224,106,186); }

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

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

 a { background-color: rgb(224,106,186); }

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

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

 span { border-color: rgb(224,106,186); }

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