Html Css Color HEX #E19AB2 Kobi

📋 copy color: '#E19AB2'

red 225 ◦ green 154 ◦ blue 178

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

Shades of Kobi #E19AB2

Tints of Kobi #E19AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 31.96%

R = 40.39%
G = 27.65%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E19AB2 (or 0xE19AB2) is known color: Kobi. HEX triplet: E1, 9A and B2. RGB value is (225,154,178). Sum of RGB (Red+Green+Blue) = 225+154+178=557 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.39% from 557); Green value is 154 (60.55% from 255 or 27.65% from 557); Blue value is 178 (69.92% from 255 or 31.96% from 557); Max value from RGB is 225 - color contains mainly: red. Hex color #E19AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19AB2 is #1E654D. Grayscale: #B1B1B1. Windows color (decimal): -1992014 or 11705057. OLE color: 11705057.

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

Color convert

RGB 225 154 178 -
CMYK 0 0.32 0.21 0.12
HSL 339.72º 0.54% 0.74% -
HSV(B) 339.72º 0.32% 0.88% -
XYZ 50.64 42.33 47.62 -
YUV 177.97 128.02 161.55 -
System Red Green Blue C M Y K H S L
Decimal 225 154 178 0 0.32 0.21 0.12 339.72 0.54 0.74
Hex E1 9A B2 0 20 15 C 154 36 4A
Octal 341 232 262 0 40 25 14 524 66 112
Binary 11100001 10011010 10110010 0 100000 10101 1100 101010100 110110 1001010

Color Harmonies of #E19AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19AB2

Black with #E19AB2

Text Example


Text Example

White with #E19AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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