Html Css Color HEX #E196AC Kobi

📋 copy color: '#E196AC'

red 225 ◦ green 150 ◦ blue 172

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

Shades of Kobi #E196AC

Tints of Kobi #E196AC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.42%

 BLUE value IS 172 (67.58% from 255) = 31.44%

R = 41.13%
G = 27.42%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E196AC (or 0xE196AC) is known color: Kobi. HEX triplet: E1, 96 and AC. RGB value is (225,150,172). Sum of RGB (Red+Green+Blue) = 225+150+172=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E196AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E196AC is #1E6953. Grayscale: #AEAEAE. Windows color (decimal): -1993044 or 11310817. OLE color: 11310817.

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

Color convert

RGB 225 150 172 -
CMYK 0 0.33 0.24 0.12
HSL 342.4º 0.56% 0.74% -
HSV(B) 342.4º 0.33% 0.88% -
XYZ 49.4 40.8 44.3 -
YUV 174.93 126.35 163.71 -
System Red Green Blue C M Y K H S L
Decimal 225 150 172 0 0.33 0.24 0.12 342.4 0.56 0.74
Hex E1 96 AC 0 21 18 C 156 38 4A
Octal 341 226 254 0 41 30 14 526 70 112
Binary 11100001 10010110 10101100 0 100001 11000 1100 101010110 111000 1001010

Color Harmonies of #E196AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E196AC

Black with #E196AC

Text Example


Text Example

White with #E196AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E196AC; }

 p { color: rgb(225,150,172); }

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

background-color css

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

 a { background-color: rgb(225,150,172); }

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

border-color css

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

 span { border-color: rgb(225,150,172); }

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