Html Css Color HEX #E097B4 Kobi

📋 copy color: '#E097B4'

red 224 ◦ green 151 ◦ blue 180

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

Shades of Kobi #E097B4

Tints of Kobi #E097B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.43%

R = 40.36%
G = 27.21%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#E097B4 (or 0xE097B4) is known color: Kobi. HEX triplet: E0, 97 and B4. RGB value is (224,151,180). Sum of RGB (Red+Green+Blue) = 224+151+180=555 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.36% from 555); Green value is 151 (59.38% from 255 or 27.21% from 555); Blue value is 180 (70.70% from 255 or 32.43% from 555); Max value from RGB is 224 - color contains mainly: red. Hex color #E097B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E097B4 is #1F684B. Grayscale: #B0B0B0. Windows color (decimal): -2058316 or 11835360. OLE color: 11835360.

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

Color convert

RGB 224 151 180 -
CMYK 0 0.33 0.20 0.12
HSL 336.16º 0.54% 0.74% -
HSV(B) 336.16º 0.33% 0.88% -
XYZ 50.05 41.28 48.51 -
YUV 176.13 130.18 162.14 -
System Red Green Blue C M Y K H S L
Decimal 224 151 180 0 0.33 0.20 0.12 336.16 0.54 0.74
Hex E0 97 B4 0 21 14 C 150 36 4A
Octal 340 227 264 0 41 24 14 520 66 112
Binary 11100000 10010111 10110100 0 100001 10100 1100 101010000 110110 1001010

Color Harmonies of #E097B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E097B4

Black with #E097B4

Text Example


Text Example

White with #E097B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E097B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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