Html Css Color HEX #E19AB0 Kobi

📋 copy color: '#E19AB0'

red 225 ◦ green 154 ◦ blue 176

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

Shades of Kobi #E19AB0

Tints of Kobi #E19AB0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.75%

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

R = 40.54%
G = 27.75%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E19AB0 (or 0xE19AB0) is known color: Kobi. HEX triplet: E1, 9A and B0. RGB value is (225,154,176). Sum of RGB (Red+Green+Blue) = 225+154+176=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 154 (60.55% from 255 or 27.75% from 555); Blue value is 176 (69.14% from 255 or 31.71% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E19AB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19AB0 is #1E654F. Grayscale: #B1B1B1. Windows color (decimal): -1992016 or 11573985. OLE color: 11573985.

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

Color convert

RGB 225 154 176 -
CMYK 0 0.32 0.22 0.12
HSL 341.41º 0.54% 0.74% -
HSV(B) 341.41º 0.32% 0.88% -
XYZ 50.44 42.25 46.57 -
YUV 177.74 127.02 161.71 -
System Red Green Blue C M Y K H S L
Decimal 225 154 176 0 0.32 0.22 0.12 341.41 0.54 0.74
Hex E1 9A B0 0 20 16 C 155 36 4A
Octal 341 232 260 0 40 26 14 525 66 112
Binary 11100001 10011010 10110000 0 100000 10110 1100 101010101 110110 1001010

Color Harmonies of #E19AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19AB0

Black with #E19AB0

Text Example


Text Example

White with #E19AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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