Html Css Color HEX #E06AB9 Persian Pink

📋 copy color: '#E06AB9'

red 224 ◦ green 106 ◦ blue 185

#E06AB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #E06AB9

Tints of Persian Pink #E06AB9

RGB

 RED value IS 224 (87.89% from 255) = 43.5%

 GREEN value IS 106 (41.8% from 255) = 20.58%

 BLUE value IS 185 (72.66% from 255) = 35.92%

R = 43.5%
G = 20.58%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E06AB9 (or 0xE06AB9) is known color: Persian Pink. HEX triplet: E0, 6A and B9. RGB value is (224,106,185). Sum of RGB (Red+Green+Blue) = 224+106+185=515 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.50% from 515); Green value is 106 (41.80% from 255 or 20.58% from 515); Blue value is 185 (72.66% from 255 or 35.92% from 515); Max value from RGB is 224 - color contains mainly: red. Hex color #E06AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06AB9 is #1F9546. Grayscale: #969696. Windows color (decimal): -2069831 or 12151520. OLE color: 12151520.

HSL color Cylindrical-coordinate representation of color #E06AB9: hue angle of 319.83º 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 #E06AB9 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 106 185 -
CMYK 0 0.53 0.17 0.12
HSL 319.83º 0.66% 0.65% -
HSV(B) 319.83º 0.53% 0.88% -
XYZ 44.65 29.66 49.27 -
YUV 150.29 147.59 180.58 -
System Red Green Blue C M Y K H S L
Decimal 224 106 185 0 0.53 0.17 0.12 319.83 0.66 0.65
Hex E0 6A B9 0 35 11 C 140 42 41
Octal 340 152 271 0 65 21 14 500 102 101
Binary 11100000 1101010 10111001 0 110101 10001 1100 101000000 1000010 1000001

Color Harmonies of #E06AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06AB9

Black with #E06AB9

Text Example


Text Example

White with #E06AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06AB9; }

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

 H1.HeaderClassName
 {
   color: #E06AB9;
 }
 .AnyTagClassName
 {
   color: #E06AB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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