Html Css Color HEX #E19BB1 Kobi

📋 copy color: '#E19BB1'

red 225 ◦ green 155 ◦ blue 177

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

Shades of Kobi #E19BB1

Tints of Kobi #E19BB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 31.78%

R = 40.39%
G = 27.83%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E19BB1 (or 0xE19BB1) is known color: Kobi. HEX triplet: E1, 9B and B1. RGB value is (225,155,177). Sum of RGB (Red+Green+Blue) = 225+155+177=557 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.39% from 557); Green value is 155 (60.94% from 255 or 27.83% from 557); Blue value is 177 (69.53% from 255 or 31.78% from 557); Max value from RGB is 225 - color contains mainly: red. Hex color #E19BB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19BB1 is #1E644E. Grayscale: #B2B2B2. Windows color (decimal): -1991759 or 11639777. OLE color: 11639777.

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

Color convert

RGB 225 155 177 -
CMYK 0 0.31 0.21 0.12
HSL 341.14º 0.54% 0.75% -
HSV(B) 341.14º 0.31% 0.88% -
XYZ 50.71 42.62 47.15 -
YUV 178.44 127.19 161.21 -
System Red Green Blue C M Y K H S L
Decimal 225 155 177 0 0.31 0.21 0.12 341.14 0.54 0.75
Hex E1 9B B1 0 1F 15 C 155 36 4B
Octal 341 233 261 0 37 25 14 525 66 113
Binary 11100001 10011011 10110001 0 11111 10101 1100 101010101 110110 1001011

Color Harmonies of #E19BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19BB1

Black with #E19BB1

Text Example


Text Example

White with #E19BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19BB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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