Html Css Color HEX #E196AF Kobi

📋 copy color: '#E196AF'

red 225 ◦ green 150 ◦ blue 175

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

Shades of Kobi #E196AF

Tints of Kobi #E196AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 31.82%

R = 40.91%
G = 27.27%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E196AF (or 0xE196AF) is known color: Kobi. HEX triplet: E1, 96 and AF. RGB value is (225,150,175). Sum of RGB (Red+Green+Blue) = 225+150+175=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 150 (58.98% from 255 or 27.27% from 550); Blue value is 175 (68.75% from 255 or 31.82% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E196AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E196AF is #1E6950. Grayscale: #AFAFAF. Windows color (decimal): -1993041 or 11507425. OLE color: 11507425.

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

Color convert

RGB 225 150 175 -
CMYK 0 0.33 0.22 0.12
HSL 340º 0.56% 0.74% -
HSV(B) 340º 0.33% 0.88% -
XYZ 49.7 40.92 45.84 -
YUV 175.28 127.85 163.47 -
System Red Green Blue C M Y K H S L
Decimal 225 150 175 0 0.33 0.22 0.12 340 0.56 0.74
Hex E1 96 AF 0 21 16 C 154 38 4A
Octal 341 226 257 0 41 26 14 524 70 112
Binary 11100001 10010110 10101111 0 100001 10110 1100 101010100 111000 1001010

Color Harmonies of #E196AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E196AF

Black with #E196AF

Text Example


Text Example

White with #E196AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E196AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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