Html Css Color HEX #E09AA6 Kobi

📋 copy color: '#E09AA6'

red 224 ◦ green 154 ◦ blue 166

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

Shades of Kobi #E09AA6

Tints of Kobi #E09AA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 30.51%

R = 41.18%
G = 28.31%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E09AA6 (or 0xE09AA6) is known color: Kobi. HEX triplet: E0, 9A and A6. RGB value is (224,154,166). Sum of RGB (Red+Green+Blue) = 224+154+166=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 154 (60.55% from 255 or 28.31% from 544); Blue value is 166 (65.23% from 255 or 30.51% from 544); Max value from RGB is 224 - color contains mainly: red. Hex color #E09AA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09AA6 is #1F6559. Grayscale: #B0B0B0. Windows color (decimal): -2057562 or 10918624. OLE color: 10918624.

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

Color convert

RGB 224 154 166 -
CMYK 0 0.31 0.26 0.12
HSL 349.71º 0.53% 0.74% -
HSV(B) 349.71º 0.31% 0.88% -
XYZ 49.18 41.71 41.54 -
YUV 176.3 122.19 162.02 -
System Red Green Blue C M Y K H S L
Decimal 224 154 166 0 0.31 0.26 0.12 349.71 0.53 0.74
Hex E0 9A A6 0 1F 1A C 15E 35 4A
Octal 340 232 246 0 37 32 14 536 65 112
Binary 11100000 10011010 10100110 0 11111 11010 1100 101011110 110101 1001010

Color Harmonies of #E09AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09AA6

Black with #E09AA6

Text Example


Text Example

White with #E09AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09AA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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