#EF9ACD

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

Shades of Shocking #EF9ACD

Tints of Shocking #EF9ACD

Color information

#EF9ACD (or 0xEF9ACD) is unknown color: approx Shocking. HEX triplet: EF, 9A and CD. RGB value is (239,154,205). Sum of RGB (Red+Green+Blue) = 239+154+205=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 154 (60.55% from 255 or 25.75% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9ACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9ACD is #106532. Grayscale: #B9B9B9. Windows color (decimal): -1074483 or 13474543. OLE color: 13474543.

HSL color Cylindrical-coordinate representation of color #EF9ACD: hue angle of 324º 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 #EF9ACD is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB239154205-
CMYK00.360.140.06
HSL324º72.65%77.06%-
HSV(B)324º35.56%93.73%-
XYZ58.1745.8763.55-
YUV185.23139.16166.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.97%
GREEN value IS 154 (60.55% from 255) = 25.75%
BLUE value IS 205 (80.47% from 255) = 34.28%
R=39.97%
G=25.75%
B=34.28%

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
Decimal23915420500.360.140.0632472.6577.06
HexEF9ACD024E6144494d
Octal357232315044166504111115
Binary1110111110011010110011010100100111011010100010010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9ACD; }

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

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

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

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

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

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

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

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