Html Css Color HEX #E196AB Kobi

📋 copy color: '#E196AB'

red 225 ◦ green 150 ◦ blue 171

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

Shades of Kobi #E196AB

Tints of Kobi #E196AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.32%

R = 41.21%
G = 27.47%
B = 31.32%

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

#E196AB (or 0xE196AB) is known color: Kobi. HEX triplet: E1, 96 and AB. RGB value is (225,150,171). Sum of RGB (Red+Green+Blue) = 225+150+171=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 225 - color contains mainly: red. Hex color #E196AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E196AB is #1E6954. Grayscale: #AEAEAE. Windows color (decimal): -1993045 or 11245281. OLE color: 11245281.

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

Color convert

RGB 225 150 171 -
CMYK 0 0.33 0.24 0.12
HSL 343.2º 0.56% 0.74% -
HSV(B) 343.2º 0.33% 0.88% -
XYZ 49.31 40.76 43.8 -
YUV 174.82 125.85 163.79 -
System Red Green Blue C M Y K H S L
Decimal 225 150 171 0 0.33 0.24 0.12 343.2 0.56 0.74
Hex E1 96 AB 0 21 18 C 157 38 4A
Octal 341 226 253 0 41 30 14 527 70 112
Binary 11100001 10010110 10101011 0 100001 11000 1100 101010111 111000 1001010

Color Harmonies of #E196AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E196AB

Black with #E196AB

Text Example


Text Example

White with #E196AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E196AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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