Html Css Color HEX #E19DB0 Kobi

📋 copy color: '#E19DB0'

red 225 ◦ green 157 ◦ blue 176

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

Shades of Kobi #E19DB0

Tints of Kobi #E19DB0

RGB

 RED value IS 225 (88.28% from 255) = 40.32%

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

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

R = 40.32%
G = 28.14%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E19DB0 (or 0xE19DB0) is known color: Kobi. HEX triplet: E1, 9D and B0. RGB value is (225,157,176). Sum of RGB (Red+Green+Blue) = 225+157+176=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 157 (61.72% from 255 or 28.14% from 558); Blue value is 176 (69.14% from 255 or 31.54% from 558); Max value from RGB is 225 - color contains mainly: red. Hex color #E19DB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19DB0 is #1E624F. Grayscale: #B3B3B3. Windows color (decimal): -1991248 or 11574753. OLE color: 11574753.

HSL color Cylindrical-coordinate representation of color #E19DB0: hue angle of 343.24º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E19DB0 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 157 176 -
CMYK 0 0.30 0.22 0.12
HSL 343.24º 0.53% 0.75% -
HSV(B) 343.24º 0.3% 0.88% -
XYZ 50.94 43.26 46.74 -
YUV 179.5 126.03 160.46 -
System Red Green Blue C M Y K H S L
Decimal 225 157 176 0 0.30 0.22 0.12 343.24 0.53 0.75
Hex E1 9D B0 0 1E 16 C 157 35 4B
Octal 341 235 260 0 36 26 14 527 65 113
Binary 11100001 10011101 10110000 0 11110 10110 1100 101010111 110101 1001011

Color Harmonies of #E19DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19DB0

Black with #E19DB0

Text Example


Text Example

White with #E19DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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