Html Css Color HEX #E29EAD Kobi

📋 copy color: '#E29EAD'

red 226 ◦ green 158 ◦ blue 173

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

Shades of Kobi #E29EAD

Tints of Kobi #E29EAD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.37%

 BLUE value IS 173 (67.97% from 255) = 31.06%

R = 40.57%
G = 28.37%
B = 31.06%

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

#E29EAD (or 0xE29EAD) is known color: Kobi. HEX triplet: E2, 9E and AD. RGB value is (226,158,173). Sum of RGB (Red+Green+Blue) = 226+158+173=557 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.57% from 557); Green value is 158 (62.11% from 255 or 28.37% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 226 - color contains mainly: red. Hex color #E29EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29EAD is #1D6152. Grayscale: #B4B4B4. Windows color (decimal): -1925459 or 11378402. OLE color: 11378402.

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

Color convert

RGB 226 158 173 -
CMYK 0 0.30 0.23 0.11
HSL 346.76º 0.54% 0.75% -
HSV(B) 346.76º 0.3% 0.89% -
XYZ 51.13 43.64 45.26 -
YUV 180.04 124.03 160.78 -
System Red Green Blue C M Y K H S L
Decimal 226 158 173 0 0.30 0.23 0.11 346.76 0.54 0.75
Hex E2 9E AD 0 1E 17 B 15B 36 4B
Octal 342 236 255 0 36 27 13 533 66 113
Binary 11100010 10011110 10101101 0 11110 10111 1011 101011011 110110 1001011

Color Harmonies of #E29EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29EAD

Black with #E29EAD

Text Example


Text Example

White with #E29EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29EAD; }

 p { color: rgb(226,158,173); }

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

background-color css

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

 a { background-color: rgb(226,158,173); }

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

border-color css

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

 span { border-color: rgb(226,158,173); }

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