Html Css Color HEX #E095AB Kobi

📋 copy color: '#E095AB'

red 224 ◦ green 149 ◦ blue 171

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

Shades of Kobi #E095AB

Tints of Kobi #E095AB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.39%

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

R = 41.18%
G = 27.39%
B = 31.43%

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

#E095AB (or 0xE095AB) is known color: Kobi. HEX triplet: E0, 95 and AB. RGB value is (224,149,171). Sum of RGB (Red+Green+Blue) = 224+149+171=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 149 (58.59% from 255 or 27.39% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 224 - color contains mainly: red. Hex color #E095AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E095AB is #1F6A54. Grayscale: #ADADAD. Windows color (decimal): -2058837 or 11245024. OLE color: 11245024.

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

Color convert

RGB 224 149 171 -
CMYK 0 0.33 0.24 0.12
HSL 342.4º 0.55% 0.73% -
HSV(B) 342.4º 0.33% 0.88% -
XYZ 48.84 40.28 43.73 -
YUV 173.93 126.35 163.71 -
System Red Green Blue C M Y K H S L
Decimal 224 149 171 0 0.33 0.24 0.12 342.4 0.55 0.73
Hex E0 95 AB 0 21 18 C 156 37 49
Octal 340 225 253 0 41 30 14 526 67 111
Binary 11100000 10010101 10101011 0 100001 11000 1100 101010110 110111 1001001

Color Harmonies of #E095AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E095AB

Black with #E095AB

Text Example


Text Example

White with #E095AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E095AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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