Html Css Color HEX #E29DB0 Kobi

📋 copy color: '#E29DB0'

red 226 ◦ green 157 ◦ blue 176

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

Shades of Kobi #E29DB0

Tints of Kobi #E29DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 31.48%

R = 40.43%
G = 28.09%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#E29DB0 (or 0xE29DB0) is known color: Kobi. HEX triplet: E2, 9D and B0. RGB value is (226,157,176). Sum of RGB (Red+Green+Blue) = 226+157+176=559 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.43% from 559); Green value is 157 (61.72% from 255 or 28.09% from 559); Blue value is 176 (69.14% from 255 or 31.48% from 559); Max value from RGB is 226 - color contains mainly: red. Hex color #E29DB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29DB0 is #1D624F. Grayscale: #B3B3B3. Windows color (decimal): -1925712 or 11574754. OLE color: 11574754.

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

Color convert

RGB 226 157 176 -
CMYK 0 0.31 0.22 0.11
HSL 343.48º 0.54% 0.75% -
HSV(B) 343.48º 0.31% 0.89% -
XYZ 51.26 43.42 46.75 -
YUV 179.8 125.86 160.96 -
System Red Green Blue C M Y K H S L
Decimal 226 157 176 0 0.31 0.22 0.11 343.48 0.54 0.75
Hex E2 9D B0 0 1F 16 B 157 36 4B
Octal 342 235 260 0 37 26 13 527 66 113
Binary 11100010 10011101 10110000 0 11111 10110 1011 101010111 110110 1001011

Color Harmonies of #E29DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29DB0

Black with #E29DB0

Text Example


Text Example

White with #E29DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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