Html Css Color HEX #E09A8A Tonys Pink

📋 copy color: '#E09A8A'

red 224 ◦ green 154 ◦ blue 138

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

Shades of Tonys Pink #E09A8A

Tints of Tonys Pink #E09A8A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.84%

 BLUE value IS 138 (54.3% from 255) = 26.74%

R = 43.41%
G = 29.84%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E09A8A (or 0xE09A8A) is known color: Tonys Pink. HEX triplet: E0, 9A and 8A. RGB value is (224,154,138). Sum of RGB (Red+Green+Blue) = 224+154+138=516 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.41% from 516); Green value is 154 (60.55% from 255 or 29.84% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 224 - color contains mainly: red. Hex color #E09A8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09A8A is #1F6575. Grayscale: #ADADAD. Windows color (decimal): -2057590 or 9083616. OLE color: 9083616.

HSL color Cylindrical-coordinate representation of color #E09A8A: hue angle of 11.16º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E09A8A is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 154 138 -
CMYK 0 0.31 0.38 0.12
HSL 11.16º 0.58% 0.71% -
HSV(B) 11.16º 0.38% 0.88% -
XYZ 46.88 40.79 29.45 -
YUV 173.11 108.19 164.3 -
System Red Green Blue C M Y K H S L
Decimal 224 154 138 0 0.31 0.38 0.12 11.16 0.58 0.71
Hex E0 9A 8A 0 1F 26 C B 3A 47
Octal 340 232 212 0 37 46 14 13 72 107
Binary 11100000 10011010 10001010 0 11111 100110 1100 1011 111010 1000111

Color Harmonies of #E09A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09A8A

Black with #E09A8A

Text Example


Text Example

White with #E09A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09A8A; }

 p { color: rgb(224,154,138); }

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

background-color css

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

 a { background-color: rgb(224,154,138); }

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

border-color css

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

 span { border-color: rgb(224,154,138); }

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