Html Css Color HEX #E396BC Shocking

📋 copy color: '#E396BC'

red 227 ◦ green 150 ◦ blue 188

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

Shades of Shocking #E396BC

Tints of Shocking #E396BC

RGB

 RED value IS 227 (89.06% from 255) = 40.18%

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

 BLUE value IS 188 (73.83% from 255) = 33.27%

R = 40.18%
G = 26.55%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E396BC (or 0xE396BC) is known color: Shocking. HEX triplet: E3, 96 and BC. RGB value is (227,150,188). Sum of RGB (Red+Green+Blue) = 227+150+188=565 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.18% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 188 (73.83% from 255 or 33.27% from 565); Max value from RGB is 227 - color contains mainly: red. Hex color #E396BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E396BC is #1C6943. Grayscale: #B1B1B1. Windows color (decimal): -1861956 or 12359395. OLE color: 12359395.

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

Color convert

RGB 227 150 188 -
CMYK 0 0.34 0.17 0.11
HSL 330.39º 0.58% 0.74% -
HSV(B) 330.39º 0.34% 0.89% -
XYZ 51.66 41.77 52.92 -
YUV 177.36 134.01 163.41 -
System Red Green Blue C M Y K H S L
Decimal 227 150 188 0 0.34 0.17 0.11 330.39 0.58 0.74
Hex E3 96 BC 0 22 11 B 14A 3A 4A
Octal 343 226 274 0 42 21 13 512 72 112
Binary 11100011 10010110 10111100 0 100010 10001 1011 101001010 111010 1001010

Color Harmonies of #E396BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E396BC

Black with #E396BC

Text Example


Text Example

White with #E396BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E396BC; }

 p { color: rgb(227,150,188); }

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

background-color css

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

 a { background-color: rgb(227,150,188); }

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

border-color css

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

 span { border-color: rgb(227,150,188); }

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