Html Css Color HEX #E097AD Kobi

📋 copy color: '#E097AD'

red 224 ◦ green 151 ◦ blue 173

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

Shades of Kobi #E097AD

Tints of Kobi #E097AD

RGB

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

 GREEN value IS 151 (59.38% from 255) = 27.55%

 BLUE value IS 173 (67.97% from 255) = 31.57%

R = 40.88%
G = 27.55%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E097AD (or 0xE097AD) is known color: Kobi. HEX triplet: E0, 97 and AD. RGB value is (224,151,173). Sum of RGB (Red+Green+Blue) = 224+151+173=548 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.88% from 548); Green value is 151 (59.38% from 255 or 27.55% from 548); Blue value is 173 (67.97% from 255 or 31.57% from 548); Max value from RGB is 224 - color contains mainly: red. Hex color #E097AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E097AD is #1F6852. Grayscale: #AFAFAF. Windows color (decimal): -2058323 or 11376608. OLE color: 11376608.

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

Color convert

RGB 224 151 173 -
CMYK 0 0.33 0.23 0.12
HSL 341.92º 0.54% 0.74% -
HSV(B) 341.92º 0.33% 0.88% -
XYZ 49.35 41 44.85 -
YUV 175.34 126.68 162.71 -
System Red Green Blue C M Y K H S L
Decimal 224 151 173 0 0.33 0.23 0.12 341.92 0.54 0.74
Hex E0 97 AD 0 21 17 C 156 36 4A
Octal 340 227 255 0 41 27 14 526 66 112
Binary 11100000 10010111 10101101 0 100001 10111 1100 101010110 110110 1001010

Color Harmonies of #E097AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E097AD

Black with #E097AD

Text Example


Text Example

White with #E097AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E097AD; }

 p { color: rgb(224,151,173); }

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

background-color css

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

 a { background-color: rgb(224,151,173); }

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

border-color css

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

 span { border-color: rgb(224,151,173); }

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