#e18fca

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

Shades of Shocking #E18FCA

Tints of Shocking #E18FCA

Color information

#E18FCA (or 0xE18FCA) is unknown color: approx Shocking. HEX triplet: E1, 8F and CA. RGB value is (225,143,202). Sum of RGB (Red+Green+Blue) = 225+143+202=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 143 (56.25% from 255 or 25.09% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 225 - color contains mainly: red. Hex color #E18FCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18FCA is #1E7035. Grayscale: #AEAEAE. Windows color (decimal): -1994806 or 13275105. OLE color: 13275105.

HSL color Cylindrical-coordinate representation of color #E18FCA: hue angle of 316.83º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E18FCA is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB225143202-
CMYK00.360.100.12
HSL316.83º57.75%72.16%-
HSV(B)316.83º36.44%88.24%-
XYZ51.5339.9260.87-
YUV174.24143.67164.2-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.47%
GREEN value IS 143 (56.25% from 255) = 25.09%
BLUE value IS 202 (79.30% from 255) = 35.44%
R=39.47%
G=25.09%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514320200.360.100.12316.8357.7572.16
HexE18FCA024AC13d3a48
Octal341217312044121447572110
Binary1110000110001111110010100100100101011001001111011110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e18fca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e18fca; }

 p { color: rgb(225,143,202); }

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

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

 a { background-color: rgb(225,143,202); }

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

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

 span { border-color: rgb(225,143,202); }

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