Html Css Color HEX #E197A8 Kobi

📋 copy color: '#E197A8'

red 225 ◦ green 151 ◦ blue 168

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

Shades of Kobi #E197A8

Tints of Kobi #E197A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 30.88%

R = 41.36%
G = 27.76%
B = 30.88%

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

#E197A8 (or 0xE197A8) is known color: Kobi. HEX triplet: E1, 97 and A8. RGB value is (225,151,168). Sum of RGB (Red+Green+Blue) = 225+151+168=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 151 (59.38% from 255 or 27.76% from 544); Blue value is 168 (66.02% from 255 or 30.88% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E197A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E197A8 is #1E6857. Grayscale: #AFAFAF. Windows color (decimal): -1992792 or 11048929. OLE color: 11048929.

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

Color convert

RGB 225 151 168 -
CMYK 0 0.33 0.25 0.12
HSL 346.22º 0.55% 0.74% -
HSV(B) 346.22º 0.33% 0.88% -
XYZ 49.19 40.97 42.36 -
YUV 175.06 124.02 163.62 -
System Red Green Blue C M Y K H S L
Decimal 225 151 168 0 0.33 0.25 0.12 346.22 0.55 0.74
Hex E1 97 A8 0 21 19 C 15A 37 4A
Octal 341 227 250 0 41 31 14 532 67 112
Binary 11100001 10010111 10101000 0 100001 11001 1100 101011010 110111 1001010

Color Harmonies of #E197A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E197A8

Black with #E197A8

Text Example


Text Example

White with #E197A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E197A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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