#EF98CD

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

Shades of Shocking #EF98CD

Tints of Shocking #EF98CD

Color information

#EF98CD (or 0xEF98CD) is unknown color: approx Shocking. HEX triplet: EF, 98 and CD. RGB value is (239,152,205). Sum of RGB (Red+Green+Blue) = 239+152+205=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 152 (59.77% from 255 or 25.50% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EF98CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF98CD is #106732. Grayscale: #B7B7B7. Windows color (decimal): -1074995 or 13474031. OLE color: 13474031.

HSL color Cylindrical-coordinate representation of color #EF98CD: hue angle of 323.45º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EF98CD is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB239152205-
CMYK00.360.140.06
HSL323.45º73.11%76.67%-
HSV(B)323.45º36.4%93.73%-
XYZ57.8445.2163.44-
YUV184.06139.82167.19-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.10%
GREEN value IS 152 (59.77% from 255) = 25.50%
BLUE value IS 205 (80.47% from 255) = 34.40%
R=40.10%
G=25.50%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915220500.360.140.06323.4573.1176.67
HexEF98CD024E6143494d
Octal357230315044166503111115
Binary1110111110011000110011010100100111011010100001110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF98CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF98CD; }

 p { color: rgb(239,152,205); }

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

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

 a { background-color: rgb(239,152,205); }

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

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

 span { border-color: rgb(239,152,205); }

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