Html Css Color HEX #E197B0 Kobi

📋 copy color: '#E197B0'

red 225 ◦ green 151 ◦ blue 176

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

Shades of Kobi #E197B0

Tints of Kobi #E197B0

RGB

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

 GREEN value IS 151 (59.38% from 255) = 27.36%

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

R = 40.76%
G = 27.36%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E197B0 (or 0xE197B0) is known color: Kobi. HEX triplet: E1, 97 and B0. RGB value is (225,151,176). Sum of RGB (Red+Green+Blue) = 225+151+176=552 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.76% from 552); Green value is 151 (59.38% from 255 or 27.36% from 552); Blue value is 176 (69.14% from 255 or 31.88% from 552); Max value from RGB is 225 - color contains mainly: red. Hex color #E197B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E197B0 is #1E684F. Grayscale: #AFAFAF. Windows color (decimal): -1992784 or 11573217. OLE color: 11573217.

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

Color convert

RGB 225 151 176 -
CMYK 0 0.33 0.22 0.12
HSL 339.73º 0.55% 0.74% -
HSV(B) 339.73º 0.33% 0.88% -
XYZ 49.95 41.28 46.41 -
YUV 175.98 128.02 162.97 -
System Red Green Blue C M Y K H S L
Decimal 225 151 176 0 0.33 0.22 0.12 339.73 0.55 0.74
Hex E1 97 B0 0 21 16 C 154 37 4A
Octal 341 227 260 0 41 26 14 524 67 112
Binary 11100001 10010111 10110000 0 100001 10110 1100 101010100 110111 1001010

Color Harmonies of #E197B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E197B0

Black with #E197B0

Text Example


Text Example

White with #E197B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E197B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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