Html Css Color HEX #E19BAF Kobi

📋 copy color: '#E19BAF'

red 225 ◦ green 155 ◦ blue 175

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

Shades of Kobi #E19BAF

Tints of Kobi #E19BAF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.93%

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

R = 40.54%
G = 27.93%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E19BAF (or 0xE19BAF) is known color: Kobi. HEX triplet: E1, 9B and AF. RGB value is (225,155,175). Sum of RGB (Red+Green+Blue) = 225+155+175=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 155 (60.94% from 255 or 27.93% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E19BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19BAF is #1E6450. Grayscale: #B2B2B2. Windows color (decimal): -1991761 or 11508705. OLE color: 11508705.

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

Color convert

RGB 225 155 175 -
CMYK 0 0.31 0.22 0.12
HSL 342.86º 0.54% 0.75% -
HSV(B) 342.86º 0.31% 0.88% -
XYZ 50.51 42.55 46.11 -
YUV 178.21 126.19 161.37 -
System Red Green Blue C M Y K H S L
Decimal 225 155 175 0 0.31 0.22 0.12 342.86 0.54 0.75
Hex E1 9B AF 0 1F 16 C 157 36 4B
Octal 341 233 257 0 37 26 14 527 66 113
Binary 11100001 10011011 10101111 0 11111 10110 1100 101010111 110110 1001011

Color Harmonies of #E19BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19BAF

Black with #E19BAF

Text Example


Text Example

White with #E19BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19BAF; }

 p { color: rgb(225,155,175); }

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

background-color css

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

 a { background-color: rgb(225,155,175); }

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

border-color css

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

 span { border-color: rgb(225,155,175); }

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