Html Css Color HEX #E196AD Kobi

📋 copy color: '#E196AD'

red 225 ◦ green 150 ◦ blue 173

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

Shades of Kobi #E196AD

Tints of Kobi #E196AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 31.57%

R = 41.06%
G = 27.37%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E196AD (or 0xE196AD) is known color: Kobi. HEX triplet: E1, 96 and AD. RGB value is (225,150,173). Sum of RGB (Red+Green+Blue) = 225+150+173=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 150 (58.98% from 255 or 27.37% from 548); Blue value is 173 (67.97% from 255 or 31.57% from 548); Max value from RGB is 225 - color contains mainly: red. Hex color #E196AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E196AD is #1E6952. Grayscale: #AFAFAF. Windows color (decimal): -1993043 or 11376353. OLE color: 11376353.

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

Color convert

RGB 225 150 173 -
CMYK 0 0.33 0.23 0.12
HSL 341.6º 0.56% 0.74% -
HSV(B) 341.6º 0.33% 0.88% -
XYZ 49.5 40.84 44.81 -
YUV 175.05 126.85 163.63 -
System Red Green Blue C M Y K H S L
Decimal 225 150 173 0 0.33 0.23 0.12 341.6 0.56 0.74
Hex E1 96 AD 0 21 17 C 156 38 4A
Octal 341 226 255 0 41 27 14 526 70 112
Binary 11100001 10010110 10101101 0 100001 10111 1100 101010110 111000 1001010

Color Harmonies of #E196AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E196AD

Black with #E196AD

Text Example


Text Example

White with #E196AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E196AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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