Html Css Color HEX #E196B3 Kobi

📋 copy color: '#E196B3'

red 225 ◦ green 150 ◦ blue 179

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

Shades of Kobi #E196B3

Tints of Kobi #E196B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 32.31%

R = 40.61%
G = 27.08%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#E196B3 (or 0xE196B3) is known color: Kobi. HEX triplet: E1, 96 and B3. RGB value is (225,150,179). Sum of RGB (Red+Green+Blue) = 225+150+179=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 150 (58.98% from 255 or 27.08% from 554); Blue value is 179 (70.31% from 255 or 32.31% from 554); Max value from RGB is 225 - color contains mainly: red. Hex color #E196B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E196B3 is #1E694C. Grayscale: #AFAFAF. Windows color (decimal): -1993037 or 11769569. OLE color: 11769569.

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

Color convert

RGB 225 150 179 -
CMYK 0 0.33 0.20 0.12
HSL 336.8º 0.56% 0.74% -
HSV(B) 336.8º 0.33% 0.88% -
XYZ 50.09 41.07 47.94 -
YUV 175.73 129.85 163.14 -
System Red Green Blue C M Y K H S L
Decimal 225 150 179 0 0.33 0.20 0.12 336.8 0.56 0.74
Hex E1 96 B3 0 21 14 C 151 38 4A
Octal 341 226 263 0 41 24 14 521 70 112
Binary 11100001 10010110 10110011 0 100001 10100 1100 101010001 111000 1001010

Color Harmonies of #E196B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E196B3

Black with #E196B3

Text Example


Text Example

White with #E196B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E196B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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