#E18BC4

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

Shades of Shocking #E18BC4

Tints of Shocking #E18BC4

Color information

#E18BC4 (or 0xE18BC4) is unknown color: approx Shocking. HEX triplet: E1, 8B and C4. RGB value is (225,139,196). Sum of RGB (Red+Green+Blue) = 225+139+196=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 139 (54.69% from 255 or 24.82% from 560); Blue value is 196 (76.95% from 255 or 35% from 560); Max value from RGB is 225 - color contains mainly: red. Hex color #E18BC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18BC4 is #1E743B. Grayscale: #ABABAB. Windows color (decimal): -1995836 or 12880865. OLE color: 12880865.

HSL color Cylindrical-coordinate representation of color #E18BC4: hue angle of 320.23º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E18BC4 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB225139196-
CMYK00.380.130.12
HSL320.23º58.9%71.37%-
HSV(B)320.23º38.22%88.24%-
XYZ50.2538.4657-
YUV171.21141.99166.37-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.18%
GREEN value IS 139 (54.69% from 255) = 24.82%
BLUE value IS 196 (76.95% from 255) = 35%
R=40.18%
G=24.82%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513919600.380.130.12320.2358.971.37
HexE18BC4026DC1403b47
Octal341213304046151450073107
Binary1110000110001011110001000100110110111001010000001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18BC4; }

 p { color: rgb(225,139,196); }

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

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

 a { background-color: rgb(225,139,196); }

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

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

 span { border-color: rgb(225,139,196); }

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