Html Css Color HEX #E197A6 Kobi

📋 copy color: '#E197A6'

red 225 ◦ green 151 ◦ blue 166

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

Shades of Kobi #E197A6

Tints of Kobi #E197A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 30.63%

R = 41.51%
G = 27.86%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E197A6 (or 0xE197A6) is known color: Kobi. HEX triplet: E1, 97 and A6. RGB value is (225,151,166). Sum of RGB (Red+Green+Blue) = 225+151+166=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 151 (59.38% from 255 or 27.86% from 542); Blue value is 166 (65.23% from 255 or 30.63% from 542); Max value from RGB is 225 - color contains mainly: red. Hex color #E197A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E197A6 is #1E6859. Grayscale: #AEAEAE. Windows color (decimal): -1992794 or 10917857. OLE color: 10917857.

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

Color convert

RGB 225 151 166 -
CMYK 0 0.33 0.26 0.12
HSL 347.84º 0.55% 0.74% -
HSV(B) 347.84º 0.33% 0.88% -
XYZ 49 40.89 41.39 -
YUV 174.84 123.02 163.78 -
System Red Green Blue C M Y K H S L
Decimal 225 151 166 0 0.33 0.26 0.12 347.84 0.55 0.74
Hex E1 97 A6 0 21 1A C 15C 37 4A
Octal 341 227 246 0 41 32 14 534 67 112
Binary 11100001 10010111 10100110 0 100001 11010 1100 101011100 110111 1001010

Color Harmonies of #E197A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E197A6

Black with #E197A6

Text Example


Text Example

White with #E197A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E197A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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