Html Css Color HEX #E496AF Kobi

📋 copy color: '#E496AF'

red 228 ◦ green 150 ◦ blue 175

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

Shades of Kobi #E496AF

Tints of Kobi #E496AF

RGB

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

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

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

R = 41.23%
G = 27.12%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E496AF (or 0xE496AF) is known color: Kobi. HEX triplet: E4, 96 and AF. RGB value is (228,150,175). Sum of RGB (Red+Green+Blue) = 228+150+175=553 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.23% from 553); Green value is 150 (58.98% from 255 or 27.12% from 553); Blue value is 175 (68.75% from 255 or 31.65% from 553); Max value from RGB is 228 - color contains mainly: red. Hex color #E496AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E496AF is #1B6950. Grayscale: #B0B0B0. Windows color (decimal): -1796433 or 11507428. OLE color: 11507428.

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

Color convert

RGB 228 150 175 -
CMYK 0 0.34 0.23 0.11
HSL 340.77º 0.59% 0.74% -
HSV(B) 340.77º 0.34% 0.89% -
XYZ 50.64 41.4 45.88 -
YUV 176.17 127.34 164.97 -
System Red Green Blue C M Y K H S L
Decimal 228 150 175 0 0.34 0.23 0.11 340.77 0.59 0.74
Hex E4 96 AF 0 22 17 B 155 3B 4A
Octal 344 226 257 0 42 27 13 525 73 112
Binary 11100100 10010110 10101111 0 100010 10111 1011 101010101 111011 1001010

Color Harmonies of #E496AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E496AF

Black with #E496AF

Text Example


Text Example

White with #E496AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E496AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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