Html Css Color HEX #E496C2 Shocking

📋 copy color: '#E496C2'

red 228 ◦ green 150 ◦ blue 194

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

Shades of Shocking #E496C2

Tints of Shocking #E496C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.92%

R = 39.86%
G = 26.22%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#E496C2 (or 0xE496C2) is known color: Shocking. HEX triplet: E4, 96 and C2. RGB value is (228,150,194). Sum of RGB (Red+Green+Blue) = 228+150+194=572 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.86% from 572); Green value is 150 (58.98% from 255 or 26.22% from 572); Blue value is 194 (76.17% from 255 or 33.92% from 572); Max value from RGB is 228 - color contains mainly: red. Hex color #E496C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E496C2 is #1B693D. Grayscale: #B2B2B2. Windows color (decimal): -1796414 or 12752612. OLE color: 12752612.

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

Color convert

RGB 228 150 194 -
CMYK 0 0.34 0.15 0.11
HSL 326.15º 0.59% 0.74% -
HSV(B) 326.15º 0.34% 0.89% -
XYZ 52.64 42.2 56.41 -
YUV 178.34 136.84 163.42 -
System Red Green Blue C M Y K H S L
Decimal 228 150 194 0 0.34 0.15 0.11 326.15 0.59 0.74
Hex E4 96 C2 0 22 F B 146 3B 4A
Octal 344 226 302 0 42 17 13 506 73 112
Binary 11100100 10010110 11000010 0 100010 1111 1011 101000110 111011 1001010

Color Harmonies of #E496C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E496C2

Black with #E496C2

Text Example


Text Example

White with #E496C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E496C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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