#E48FCE

Color #E48FCE Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #E48FCE

Tints of Shocking #E48FCE

Color information

#E48FCE (or 0xE48FCE) is unknown color: approx Shocking. HEX triplet: E4, 8F and CE. RGB value is (228,143,206). Sum of RGB (Red+Green+Blue) = 228+143+206=577 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.51% from 577); Green value is 143 (56.25% from 255 or 24.78% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 228 - color contains mainly: red. Hex color #E48FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48FCE is #1B7031. Grayscale: #AFAFAF. Windows color (decimal): -1798194 or 13537252. OLE color: 13537252.

HSL color Cylindrical-coordinate representation of color #E48FCE: hue angle of 315.53º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E48FCE is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB228143206-
CMYK00.370.100.11
HSL315.53º61.15%72.75%-
HSV(B)315.53º37.28%89.41%-
XYZ52.9640.663.44-
YUV175.6145.16165.38-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.51%
GREEN value IS 143 (56.25% from 255) = 24.78%
BLUE value IS 206 (80.86% from 255) = 35.70%
R=39.51%
G=24.78%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814320600.370.100.11315.5361.1572.75
HexE48FCE025AB13c3d49
Octal344217316045121347475111
Binary1110010010001111110011100100101101010111001111001111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48FCE; }

 p { color: rgb(228,143,206); }

 H1.HeaderClassName
 {
   color: #E48FCE;
 }
 .AnyTagClassName
 {
   color: #E48FCE;
 }
</style>
background-color css

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

 a { background-color: rgb(228,143,206); }

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

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

 span { border-color: rgb(228,143,206); }

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