Html Css Color HEX #E496AB Kobi

📋 copy color: '#E496AB'

red 228 ◦ green 150 ◦ blue 171

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

Shades of Kobi #E496AB

Tints of Kobi #E496AB

RGB

 RED value IS 228 (89.45% from 255) = 41.53%

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

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

R = 41.53%
G = 27.32%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E496AB (or 0xE496AB) is known color: Kobi. HEX triplet: E4, 96 and AB. RGB value is (228,150,171). Sum of RGB (Red+Green+Blue) = 228+150+171=549 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.53% from 549); Green value is 150 (58.98% from 255 or 27.32% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 228 - color contains mainly: red. Hex color #E496AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E496AB is #1B6954. Grayscale: #AFAFAF. Windows color (decimal): -1796437 or 11245284. OLE color: 11245284.

HSL color Cylindrical-coordinate representation of color #E496AB: hue angle of 343.85º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E496AB is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 150 171 -
CMYK 0 0.34 0.25 0.11
HSL 343.85º 0.59% 0.74% -
HSV(B) 343.85º 0.34% 0.89% -
XYZ 50.25 41.25 43.84 -
YUV 175.72 125.34 165.29 -
System Red Green Blue C M Y K H S L
Decimal 228 150 171 0 0.34 0.25 0.11 343.85 0.59 0.74
Hex E4 96 AB 0 22 19 B 158 3B 4A
Octal 344 226 253 0 42 31 13 530 73 112
Binary 11100100 10010110 10101011 0 100010 11001 1011 101011000 111011 1001010

Color Harmonies of #E496AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E496AB

Black with #E496AB

Text Example


Text Example

White with #E496AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E496AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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