Html Css Color HEX #E29DAE Kobi

📋 copy color: '#E29DAE'

red 226 ◦ green 157 ◦ blue 174

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

Shades of Kobi #E29DAE

Tints of Kobi #E29DAE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.19%

 BLUE value IS 174 (68.36% from 255) = 31.24%

R = 40.57%
G = 28.19%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E29DAE (or 0xE29DAE) is known color: Kobi. HEX triplet: E2, 9D and AE. RGB value is (226,157,174). Sum of RGB (Red+Green+Blue) = 226+157+174=557 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.57% from 557); Green value is 157 (61.72% from 255 or 28.19% from 557); Blue value is 174 (68.36% from 255 or 31.24% from 557); Max value from RGB is 226 - color contains mainly: red. Hex color #E29DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29DAE is #1D6251. Grayscale: #B3B3B3. Windows color (decimal): -1925714 or 11443682. OLE color: 11443682.

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

Color convert

RGB 226 157 174 -
CMYK 0 0.31 0.23 0.11
HSL 345.22º 0.54% 0.75% -
HSV(B) 345.22º 0.31% 0.89% -
XYZ 51.06 43.34 45.72 -
YUV 179.57 124.86 161.12 -
System Red Green Blue C M Y K H S L
Decimal 226 157 174 0 0.31 0.23 0.11 345.22 0.54 0.75
Hex E2 9D AE 0 1F 17 B 159 36 4B
Octal 342 235 256 0 37 27 13 531 66 113
Binary 11100010 10011101 10101110 0 11111 10111 1011 101011001 110110 1001011

Color Harmonies of #E29DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29DAE

Black with #E29DAE

Text Example


Text Example

White with #E29DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29DAE; }

 p { color: rgb(226,157,174); }

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

background-color css

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

 a { background-color: rgb(226,157,174); }

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

border-color css

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

 span { border-color: rgb(226,157,174); }

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