Html Css Color HEX #E197A9 Kobi

📋 copy color: '#E197A9'

red 225 ◦ green 151 ◦ blue 169

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

Shades of Kobi #E197A9

Tints of Kobi #E197A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 31.01%

R = 41.28%
G = 27.71%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E197A9 (or 0xE197A9) is known color: Kobi. HEX triplet: E1, 97 and A9. RGB value is (225,151,169). Sum of RGB (Red+Green+Blue) = 225+151+169=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 151 (59.38% from 255 or 27.71% from 545); Blue value is 169 (66.41% from 255 or 31.01% from 545); Max value from RGB is 225 - color contains mainly: red. Hex color #E197A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E197A9 is #1E6856. Grayscale: #AFAFAF. Windows color (decimal): -1992791 or 11114465. OLE color: 11114465.

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

Color convert

RGB 225 151 169 -
CMYK 0 0.33 0.25 0.12
HSL 345.41º 0.55% 0.74% -
HSV(B) 345.41º 0.33% 0.88% -
XYZ 49.28 41.01 42.85 -
YUV 175.18 124.52 163.54 -
System Red Green Blue C M Y K H S L
Decimal 225 151 169 0 0.33 0.25 0.12 345.41 0.55 0.74
Hex E1 97 A9 0 21 19 C 159 37 4A
Octal 341 227 251 0 41 31 14 531 67 112
Binary 11100001 10010111 10101001 0 100001 11001 1100 101011001 110111 1001010

Color Harmonies of #E197A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E197A9

Black with #E197A9

Text Example


Text Example

White with #E197A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E197A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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