Html Css Color HEX #E19BA3 Kobi

📋 copy color: '#E19BA3'

red 225 ◦ green 155 ◦ blue 163

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

Shades of Kobi #E19BA3

Tints of Kobi #E19BA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 30.02%

R = 41.44%
G = 28.55%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E19BA3 (or 0xE19BA3) is known color: Kobi. HEX triplet: E1, 9B and A3. RGB value is (225,155,163). Sum of RGB (Red+Green+Blue) = 225+155+163=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 155 (60.94% from 255 or 28.55% from 543); Blue value is 163 (64.06% from 255 or 30.02% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E19BA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19BA3 is #1E645C. Grayscale: #B0B0B0. Windows color (decimal): -1991773 or 10722273. OLE color: 10722273.

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

Color convert

RGB 225 155 163 -
CMYK 0 0.31 0.28 0.12
HSL 353.14º 0.54% 0.75% -
HSV(B) 353.14º 0.31% 0.88% -
XYZ 49.38 42.09 40.17 -
YUV 176.84 120.19 162.35 -
System Red Green Blue C M Y K H S L
Decimal 225 155 163 0 0.31 0.28 0.12 353.14 0.54 0.75
Hex E1 9B A3 0 1F 1C C 161 36 4B
Octal 341 233 243 0 37 34 14 541 66 113
Binary 11100001 10011011 10100011 0 11111 11100 1100 101100001 110110 1001011

Color Harmonies of #E19BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19BA3

Black with #E19BA3

Text Example


Text Example

White with #E19BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19BA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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