Html Css Color HEX #E097B0 Kobi

📋 copy color: '#E097B0'

red 224 ◦ green 151 ◦ blue 176

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

Shades of Kobi #E097B0

Tints of Kobi #E097B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 31.94%

R = 40.65%
G = 27.4%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E097B0 (or 0xE097B0) is known color: Kobi. HEX triplet: E0, 97 and B0. RGB value is (224,151,176). Sum of RGB (Red+Green+Blue) = 224+151+176=551 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.65% from 551); Green value is 151 (59.38% from 255 or 27.40% from 551); Blue value is 176 (69.14% from 255 or 31.94% from 551); Max value from RGB is 224 - color contains mainly: red. Hex color #E097B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E097B0 is #1F684F. Grayscale: #AFAFAF. Windows color (decimal): -2058320 or 11573216. OLE color: 11573216.

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

Color convert

RGB 224 151 176 -
CMYK 0 0.33 0.21 0.12
HSL 339.45º 0.54% 0.74% -
HSV(B) 339.45º 0.33% 0.88% -
XYZ 49.64 41.12 46.39 -
YUV 175.68 128.18 162.47 -
System Red Green Blue C M Y K H S L
Decimal 224 151 176 0 0.33 0.21 0.12 339.45 0.54 0.74
Hex E0 97 B0 0 21 15 C 153 36 4A
Octal 340 227 260 0 41 25 14 523 66 112
Binary 11100000 10010111 10110000 0 100001 10101 1100 101010011 110110 1001010

Color Harmonies of #E097B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E097B0

Black with #E097B0

Text Example


Text Example

White with #E097B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E097B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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