#EC98CB

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

Shades of Shocking #EC98CB

Tints of Shocking #EC98CB

Color information

#EC98CB (or 0xEC98CB) is unknown color: approx Shocking. HEX triplet: EC, 98 and CB. RGB value is (236,152,203). Sum of RGB (Red+Green+Blue) = 236+152+203=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 152 (59.77% from 255 or 25.72% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 236 - color contains mainly: red. Hex color #EC98CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC98CB is #136734. Grayscale: #B6B6B6. Windows color (decimal): -1271605 or 13342956. OLE color: 13342956.

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

Color convert

RGB236152203-
CMYK00.360.140.07
HSL323.57º68.85%76.08%-
HSV(B)323.57º35.59%92.55%-
XYZ56.644.662.13-
YUV182.93139.33165.85-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.93%
GREEN value IS 152 (59.77% from 255) = 25.72%
BLUE value IS 203 (79.69% from 255) = 34.35%
R=39.93%
G=25.72%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615220300.360.140.07323.5768.8576.08
HexEC98CB024E7144454c
Octal354230313044167504105114
Binary1110110010011000110010110100100111011110100010010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC98CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC98CB; }

 p { color: rgb(236,152,203); }

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

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

 a { background-color: rgb(236,152,203); }

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

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

 span { border-color: rgb(236,152,203); }

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