#EC8ABA

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

Shades of Shocking #EC8ABA

Tints of Shocking #EC8ABA

Color information

#EC8ABA (or 0xEC8ABA) is unknown color: approx Shocking. HEX triplet: EC, 8A and BA. RGB value is (236,138,186). Sum of RGB (Red+Green+Blue) = 236+138+186=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 138 (54.30% from 255 or 24.64% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8ABA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8ABA is #137545. Grayscale: #ACACAC. Windows color (decimal): -1275206 or 12225260. OLE color: 12225260.

HSL color Cylindrical-coordinate representation of color #EC8ABA: hue angle of 330.61º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC8ABA is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB236138186-
CMYK00.420.210.07
HSL330.61º72.06%73.33%-
HSV(B)330.61º41.53%92.55%-
XYZ52.5439.5551.32-
YUV172.77135.47173.1-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.14%
GREEN value IS 138 (54.30% from 255) = 24.64%
BLUE value IS 186 (73.05% from 255) = 33.21%
R=42.14%
G=24.64%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613818600.420.210.07330.6172.0673.33
HexEC8ABA02A15714b4849
Octal354212272052257513110111
Binary11101100100010101011101001010101010111110100101110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8ABA; }

 p { color: rgb(236,138,186); }

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

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

 a { background-color: rgb(236,138,186); }

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

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

 span { border-color: rgb(236,138,186); }

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