Html Css Color HEX #E496B0 Kobi

📋 copy color: '#E496B0'

red 228 ◦ green 150 ◦ blue 176

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

Shades of Kobi #E496B0

Tints of Kobi #E496B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 31.77%

R = 41.16%
G = 27.08%
B = 31.77%

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

#E496B0 (or 0xE496B0) is known color: Kobi. HEX triplet: E4, 96 and B0. RGB value is (228,150,176). Sum of RGB (Red+Green+Blue) = 228+150+176=554 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.16% from 554); Green value is 150 (58.98% from 255 or 27.08% from 554); Blue value is 176 (69.14% from 255 or 31.77% from 554); Max value from RGB is 228 - color contains mainly: red. Hex color #E496B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E496B0 is #1B694F. Grayscale: #B0B0B0. Windows color (decimal): -1796432 or 11572964. OLE color: 11572964.

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

Color convert

RGB 228 150 176 -
CMYK 0 0.34 0.23 0.11
HSL 340º 0.59% 0.74% -
HSV(B) 340º 0.34% 0.89% -
XYZ 50.74 41.44 46.4 -
YUV 176.29 127.84 164.89 -
System Red Green Blue C M Y K H S L
Decimal 228 150 176 0 0.34 0.23 0.11 340 0.59 0.74
Hex E4 96 B0 0 22 17 B 154 3B 4A
Octal 344 226 260 0 42 27 13 524 73 112
Binary 11100100 10010110 10110000 0 100010 10111 1011 101010100 111011 1001010

Color Harmonies of #E496B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E496B0

Black with #E496B0

Text Example


Text Example

White with #E496B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E496B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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