Html Css Color HEX #E496CB Shocking

📋 copy color: '#E496CB'

red 228 ◦ green 150 ◦ blue 203

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

Shades of Shocking #E496CB

Tints of Shocking #E496CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.94%

R = 39.24%
G = 25.82%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E496CB (or 0xE496CB) is known color: Shocking. HEX triplet: E4, 96 and CB. RGB value is (228,150,203). Sum of RGB (Red+Green+Blue) = 228+150+203=581 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.24% from 581); Green value is 150 (58.98% from 255 or 25.82% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 228 - color contains mainly: red. Hex color #E496CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E496CB is #1B6934. Grayscale: #B3B3B3. Windows color (decimal): -1796405 or 13342436. OLE color: 13342436.

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

Color convert

RGB 228 150 203 -
CMYK 0 0.34 0.11 0.11
HSL 319.23º 0.59% 0.74% -
HSV(B) 319.23º 0.34% 0.89% -
XYZ 53.68 42.62 61.9 -
YUV 179.36 141.34 162.69 -
System Red Green Blue C M Y K H S L
Decimal 228 150 203 0 0.34 0.11 0.11 319.23 0.59 0.74
Hex E4 96 CB 0 22 B B 13F 3B 4A
Octal 344 226 313 0 42 13 13 477 73 112
Binary 11100100 10010110 11001011 0 100010 1011 1011 100111111 111011 1001010

Color Harmonies of #E496CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E496CB

Black with #E496CB

Text Example


Text Example

White with #E496CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E496CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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