Html Css Color HEX #E29FAB Kobi

📋 copy color: '#E29FAB'

red 226 ◦ green 159 ◦ blue 171

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

Shades of Kobi #E29FAB

Tints of Kobi #E29FAB

RGB

 RED value IS 226 (88.67% from 255) = 40.65%

 GREEN value IS 159 (62.5% from 255) = 28.6%

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

R = 40.65%
G = 28.6%
B = 30.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E29FAB (or 0xE29FAB) is known color: Kobi. HEX triplet: E2, 9F and AB. RGB value is (226,159,171). Sum of RGB (Red+Green+Blue) = 226+159+171=556 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.65% from 556); Green value is 159 (62.5% from 255 or 28.60% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 226 - color contains mainly: red. Hex color #E29FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29FAB is #1D6054. Grayscale: #B4B4B4. Windows color (decimal): -1925205 or 11247586. OLE color: 11247586.

HSL color Cylindrical-coordinate representation of color #E29FAB: hue angle of 349.25º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E29FAB is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 159 171 -
CMYK 0 0.30 0.24 0.11
HSL 349.25º 0.54% 0.75% -
HSV(B) 349.25º 0.3% 0.89% -
XYZ 51.11 43.91 44.31 -
YUV 180.4 122.7 160.52 -
System Red Green Blue C M Y K H S L
Decimal 226 159 171 0 0.30 0.24 0.11 349.25 0.54 0.75
Hex E2 9F AB 0 1E 18 B 15D 36 4B
Octal 342 237 253 0 36 30 13 535 66 113
Binary 11100010 10011111 10101011 0 11110 11000 1011 101011101 110110 1001011

Color Harmonies of #E29FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29FAB

Black with #E29FAB

Text Example


Text Example

White with #E29FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29FAB; }

 p { color: rgb(226,159,171); }

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

background-color css

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

 a { background-color: rgb(226,159,171); }

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

border-color css

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

 span { border-color: rgb(226,159,171); }

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