#EF9CD0

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

Shades of Shocking #EF9CD0

Tints of Shocking #EF9CD0

Color information

#EF9CD0 (or 0xEF9CD0) is unknown color: approx Shocking. HEX triplet: EF, 9C and D0. RGB value is (239,156,208). Sum of RGB (Red+Green+Blue) = 239+156+208=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 156 (61.33% from 255 or 25.87% from 603); Blue value is 208 (81.64% from 255 or 34.49% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9CD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9CD0 is #10632F. Grayscale: #BABABA. Windows color (decimal): -1073968 or 13671663. OLE color: 13671663.

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

Color convert

RGB239156208-
CMYK00.350.130.06
HSL322.41º72.17%77.45%-
HSV(B)322.41º34.73%93.73%-
XYZ58.8746.6865.58-
YUV186.74140165.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.64%
GREEN value IS 156 (61.33% from 255) = 25.87%
BLUE value IS 208 (81.64% from 255) = 34.49%
R=39.64%
G=25.87%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915620800.350.130.06322.4172.1777.45
HexEF9CD0023D6142484d
Octal357234320043156502110115
Binary1110111110011100110100000100011110111010100001010010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9CD0; }

 p { color: rgb(239,156,208); }

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

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

 a { background-color: rgb(239,156,208); }

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

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

 span { border-color: rgb(239,156,208); }

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