Html Css Color HEX #E096AA Kobi

📋 copy color: '#E096AA'

red 224 ◦ green 150 ◦ blue 170

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

Shades of Kobi #E096AA

Tints of Kobi #E096AA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.57%

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

R = 41.18%
G = 27.57%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E096AA (or 0xE096AA) is known color: Kobi. HEX triplet: E0, 96 and AA. RGB value is (224,150,170). Sum of RGB (Red+Green+Blue) = 224+150+170=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 150 (58.98% from 255 or 27.57% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 224 - color contains mainly: red. Hex color #E096AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E096AA is #1F6955. Grayscale: #AEAEAE. Windows color (decimal): -2058582 or 11179744. OLE color: 11179744.

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

Color convert

RGB 224 150 170 -
CMYK 0 0.33 0.24 0.12
HSL 343.78º 0.54% 0.73% -
HSV(B) 343.78º 0.33% 0.88% -
XYZ 48.9 40.56 43.28 -
YUV 174.41 125.52 163.37 -
System Red Green Blue C M Y K H S L
Decimal 224 150 170 0 0.33 0.24 0.12 343.78 0.54 0.73
Hex E0 96 AA 0 21 18 C 158 36 49
Octal 340 226 252 0 41 30 14 530 66 111
Binary 11100000 10010110 10101010 0 100001 11000 1100 101011000 110110 1001001

Color Harmonies of #E096AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E096AA

Black with #E096AA

Text Example


Text Example

White with #E096AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E096AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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