Html Css Color HEX #E09AAC Kobi

📋 copy color: '#E09AAC'

red 224 ◦ green 154 ◦ blue 172

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

Shades of Kobi #E09AAC

Tints of Kobi #E09AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.27%

R = 40.73%
G = 28%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E09AAC (or 0xE09AAC) is known color: Kobi. HEX triplet: E0, 9A and AC. RGB value is (224,154,172). Sum of RGB (Red+Green+Blue) = 224+154+172=550 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.73% from 550); Green value is 154 (60.55% from 255 or 28% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 224 - color contains mainly: red. Hex color #E09AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09AAC is #1F6553. Grayscale: #B0B0B0. Windows color (decimal): -2057556 or 11311840. OLE color: 11311840.

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

Color convert

RGB 224 154 172 -
CMYK 0 0.31 0.23 0.12
HSL 344.57º 0.53% 0.74% -
HSV(B) 344.57º 0.31% 0.88% -
XYZ 49.74 41.94 44.5 -
YUV 176.98 125.19 161.54 -
System Red Green Blue C M Y K H S L
Decimal 224 154 172 0 0.31 0.23 0.12 344.57 0.53 0.74
Hex E0 9A AC 0 1F 17 C 159 35 4A
Octal 340 232 254 0 37 27 14 531 65 112
Binary 11100000 10011010 10101100 0 11111 10111 1100 101011001 110101 1001010

Color Harmonies of #E09AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09AAC

Black with #E09AAC

Text Example


Text Example

White with #E09AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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