#EC8AB9

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

Shades of Shocking #EC8AB9

Tints of Shocking #EC8AB9

Color information

#EC8AB9 (or 0xEC8AB9) is unknown color: approx Shocking. HEX triplet: EC, 8A and B9. RGB value is (236,138,185). Sum of RGB (Red+Green+Blue) = 236+138+185=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 138 (54.30% from 255 or 24.69% from 559); Blue value is 185 (72.66% from 255 or 33.09% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8AB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8AB9 is #137546. Grayscale: #ACACAC. Windows color (decimal): -1275207 or 12159724. OLE color: 12159724.

HSL color Cylindrical-coordinate representation of color #EC8AB9: hue angle of 331.22º 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 #EC8AB9 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB236138185-
CMYK00.420.220.07
HSL331.22º72.06%73.33%-
HSV(B)331.22º41.53%92.55%-
XYZ52.4439.5150.76-
YUV172.66134.97173.18-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.22%
GREEN value IS 138 (54.30% from 255) = 24.69%
BLUE value IS 185 (72.66% from 255) = 33.09%
R=42.22%
G=24.69%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613818500.420.220.07331.2272.0673.33
HexEC8AB902A16714b4849
Octal354212271052267513110111
Binary11101100100010101011100101010101011011110100101110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8AB9; }

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

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

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

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

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

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

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

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