Html Css Color HEX #E496B2 Kobi

📋 copy color: '#E496B2'

red 228 ◦ green 150 ◦ blue 178

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

Shades of Kobi #E496B2

Tints of Kobi #E496B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.01%

R = 41.01%
G = 26.98%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#E496B2 (or 0xE496B2) is known color: Kobi. HEX triplet: E4, 96 and B2. RGB value is (228,150,178). Sum of RGB (Red+Green+Blue) = 228+150+178=556 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.01% from 556); Green value is 150 (58.98% from 255 or 26.98% from 556); Blue value is 178 (69.92% from 255 or 32.01% from 556); Max value from RGB is 228 - color contains mainly: red. Hex color #E496B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E496B2 is #1B694D. Grayscale: #B0B0B0. Windows color (decimal): -1796430 or 11704036. OLE color: 11704036.

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

Color convert

RGB 228 150 178 -
CMYK 0 0.34 0.22 0.11
HSL 338.46º 0.59% 0.74% -
HSV(B) 338.46º 0.34% 0.89% -
XYZ 50.94 41.52 47.45 -
YUV 176.51 128.84 164.72 -
System Red Green Blue C M Y K H S L
Decimal 228 150 178 0 0.34 0.22 0.11 338.46 0.59 0.74
Hex E4 96 B2 0 22 16 B 152 3B 4A
Octal 344 226 262 0 42 26 13 522 73 112
Binary 11100100 10010110 10110010 0 100010 10110 1011 101010010 111011 1001010

Color Harmonies of #E496B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E496B2

Black with #E496B2

Text Example


Text Example

White with #E496B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E496B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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