#EC99CD

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

Shades of Shocking #EC99CD

Tints of Shocking #EC99CD

Color information

#EC99CD (or 0xEC99CD) is unknown color: approx Shocking. HEX triplet: EC, 99 and CD. RGB value is (236,153,205). Sum of RGB (Red+Green+Blue) = 236+153+205=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 153 (60.16% from 255 or 25.76% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 236 - color contains mainly: red. Hex color #EC99CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC99CD is #136632. Grayscale: #B7B7B7. Windows color (decimal): -1271347 or 13474284. OLE color: 13474284.

HSL color Cylindrical-coordinate representation of color #EC99CD: hue angle of 322.41º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EC99CD is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB236153205-
CMYK00.350.130.07
HSL322.41º68.6%76.27%-
HSV(B)322.41º35.17%92.55%-
XYZ5745.0263.44-
YUV183.74140165.27-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.73%
GREEN value IS 153 (60.16% from 255) = 25.76%
BLUE value IS 205 (80.47% from 255) = 34.51%
R=39.73%
G=25.76%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615320500.350.130.07322.4168.676.27
HexEC99CD023D7142454c
Octal354231315043157502105114
Binary1110110010011001110011010100011110111110100001010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC99CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC99CD; }

 p { color: rgb(236,153,205); }

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

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

 a { background-color: rgb(236,153,205); }

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

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

 span { border-color: rgb(236,153,205); }

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