Html Css Color HEX #E09AAA Kobi

📋 copy color: '#E09AAA'

red 224 ◦ green 154 ◦ blue 170

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

Shades of Kobi #E09AAA

Tints of Kobi #E09AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.02%

R = 40.88%
G = 28.1%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E09AAA (or 0xE09AAA) is known color: Kobi. HEX triplet: E0, 9A and AA. RGB value is (224,154,170). Sum of RGB (Red+Green+Blue) = 224+154+170=548 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.88% from 548); Green value is 154 (60.55% from 255 or 28.10% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 224 - color contains mainly: red. Hex color #E09AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09AAA is #1F6555. Grayscale: #B0B0B0. Windows color (decimal): -2057558 or 11180768. OLE color: 11180768.

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

Color convert

RGB 224 154 170 -
CMYK 0 0.31 0.24 0.12
HSL 346.29º 0.53% 0.74% -
HSV(B) 346.29º 0.31% 0.88% -
XYZ 49.55 41.86 43.5 -
YUV 176.75 124.19 161.7 -
System Red Green Blue C M Y K H S L
Decimal 224 154 170 0 0.31 0.24 0.12 346.29 0.53 0.74
Hex E0 9A AA 0 1F 18 C 15A 35 4A
Octal 340 232 252 0 37 30 14 532 65 112
Binary 11100000 10011010 10101010 0 11111 11000 1100 101011010 110101 1001010

Color Harmonies of #E09AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09AAA

Black with #E09AAA

Text Example


Text Example

White with #E09AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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