#EC90C9

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

Shades of Shocking #EC90C9

Tints of Shocking #EC90C9

Color information

#EC90C9 (or 0xEC90C9) is unknown color: approx Shocking. HEX triplet: EC, 90 and C9. RGB value is (236,144,201). Sum of RGB (Red+Green+Blue) = 236+144+201=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 144 (56.64% from 255 or 24.78% from 581); Blue value is 201 (78.91% from 255 or 34.60% from 581); Max value from RGB is 236 - color contains mainly: red. Hex color #EC90C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC90C9 is #136F36. Grayscale: #B1B1B1. Windows color (decimal): -1273655 or 13209836. OLE color: 13209836.

HSL color Cylindrical-coordinate representation of color #EC90C9: hue angle of 322.83º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EC90C9 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB236144201-
CMYK00.390.150.07
HSL322.83º70.77%74.51%-
HSV(B)322.83º38.98%92.55%-
XYZ55.114260.46-
YUV178.01140.98169.37-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.62%
GREEN value IS 144 (56.64% from 255) = 24.78%
BLUE value IS 201 (78.91% from 255) = 34.60%
R=40.62%
G=24.78%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614420100.390.150.07322.8370.7774.51
HexEC90C9027F7143474b
Octal354220311047177503107113
Binary1110110010010000110010010100111111111110100001110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC90C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC90C9; }

 p { color: rgb(236,144,201); }

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

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

 a { background-color: rgb(236,144,201); }

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

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

 span { border-color: rgb(236,144,201); }

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