Html Css Color HEX #E496BB Shocking

📋 copy color: '#E496BB'

red 228 ◦ green 150 ◦ blue 187

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

Shades of Shocking #E496BB

Tints of Shocking #E496BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.1%

R = 40.35%
G = 26.55%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E496BB (or 0xE496BB) is known color: Shocking. HEX triplet: E4, 96 and BB. RGB value is (228,150,187). Sum of RGB (Red+Green+Blue) = 228+150+187=565 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.35% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 228 - color contains mainly: red. Hex color #E496BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E496BB is #1B6944. Grayscale: #B1B1B1. Windows color (decimal): -1796421 or 12293860. OLE color: 12293860.

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

Color convert

RGB 228 150 187 -
CMYK 0 0.34 0.18 0.11
HSL 331.54º 0.59% 0.74% -
HSV(B) 331.54º 0.34% 0.89% -
XYZ 51.87 41.89 52.37 -
YUV 177.54 133.34 163.99 -
System Red Green Blue C M Y K H S L
Decimal 228 150 187 0 0.34 0.18 0.11 331.54 0.59 0.74
Hex E4 96 BB 0 22 12 B 14C 3B 4A
Octal 344 226 273 0 42 22 13 514 73 112
Binary 11100100 10010110 10111011 0 100010 10010 1011 101001100 111011 1001010

Color Harmonies of #E496BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E496BB

Black with #E496BB

Text Example


Text Example

White with #E496BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E496BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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