Html Css Color HEX #E29FAF Kobi

📋 copy color: '#E29FAF'

red 226 ◦ green 159 ◦ blue 175

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

Shades of Kobi #E29FAF

Tints of Kobi #E29FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 31.25%

R = 40.36%
G = 28.39%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E29FAF (or 0xE29FAF) is known color: Kobi. HEX triplet: E2, 9F and AF. RGB value is (226,159,175). Sum of RGB (Red+Green+Blue) = 226+159+175=560 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.36% from 560); Green value is 159 (62.5% from 255 or 28.39% from 560); Blue value is 175 (68.75% from 255 or 31.25% from 560); Max value from RGB is 226 - color contains mainly: red. Hex color #E29FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29FAF is #1D6050. Grayscale: #B4B4B4. Windows color (decimal): -1925201 or 11509730. OLE color: 11509730.

HSL color Cylindrical-coordinate representation of color #E29FAF: hue angle of 345.67º 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 #E29FAF is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 159 175 -
CMYK 0 0.30 0.23 0.11
HSL 345.67º 0.54% 0.75% -
HSV(B) 345.67º 0.3% 0.89% -
XYZ 51.5 44.06 46.35 -
YUV 180.86 124.7 160.2 -
System Red Green Blue C M Y K H S L
Decimal 226 159 175 0 0.30 0.23 0.11 345.67 0.54 0.75
Hex E2 9F AF 0 1E 17 B 15A 36 4B
Octal 342 237 257 0 36 27 13 532 66 113
Binary 11100010 10011111 10101111 0 11110 10111 1011 101011010 110110 1001011

Color Harmonies of #E29FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29FAF

Black with #E29FAF

Text Example


Text Example

White with #E29FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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