Html Css Color HEX #E094AB Kobi

📋 copy color: '#E094AB'

red 224 ◦ green 148 ◦ blue 171

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

Shades of Kobi #E094AB

Tints of Kobi #E094AB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.26%

 BLUE value IS 171 (67.19% from 255) = 31.49%

R = 41.25%
G = 27.26%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E094AB (or 0xE094AB) is known color: Kobi. HEX triplet: E0, 94 and AB. RGB value is (224,148,171). Sum of RGB (Red+Green+Blue) = 224+148+171=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 148 (58.20% from 255 or 27.26% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 224 - color contains mainly: red. Hex color #E094AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E094AB is #1F6B54. Grayscale: #ADADAD. Windows color (decimal): -2059093 or 11244768. OLE color: 11244768.

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

Color convert

RGB 224 148 171 -
CMYK 0 0.34 0.24 0.12
HSL 341.84º 0.55% 0.73% -
HSV(B) 341.84º 0.34% 0.88% -
XYZ 48.68 39.97 43.68 -
YUV 173.35 126.68 164.13 -
System Red Green Blue C M Y K H S L
Decimal 224 148 171 0 0.34 0.24 0.12 341.84 0.55 0.73
Hex E0 94 AB 0 22 18 C 156 37 49
Octal 340 224 253 0 42 30 14 526 67 111
Binary 11100000 10010100 10101011 0 100010 11000 1100 101010110 110111 1001001

Color Harmonies of #E094AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E094AB

Black with #E094AB

Text Example


Text Example

White with #E094AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E094AB; }

 p { color: rgb(224,148,171); }

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

background-color css

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

 a { background-color: rgb(224,148,171); }

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

border-color css

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

 span { border-color: rgb(224,148,171); }

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