#EF9CC1

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

Shades of Shocking #EF9CC1

Tints of Shocking #EF9CC1

Color information

#EF9CC1 (or 0xEF9CC1) is unknown color: approx Shocking. HEX triplet: EF, 9C and C1. RGB value is (239,156,193). Sum of RGB (Red+Green+Blue) = 239+156+193=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 156 (61.33% from 255 or 26.53% from 588); Blue value is 193 (75.78% from 255 or 32.82% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9CC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9CC1 is #10633E. Grayscale: #B8B8B8. Windows color (decimal): -1073983 or 12688623. OLE color: 12688623.

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

Color convert

RGB239156193-
CMYK00.350.190.06
HSL333.25º72.17%77.45%-
HSV(B)333.25º34.73%93.73%-
XYZ57.1145.9856.32-
YUV185.04132.5166.49-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.65%
GREEN value IS 156 (61.33% from 255) = 26.53%
BLUE value IS 193 (75.78% from 255) = 32.82%
R=40.65%
G=26.53%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915619300.350.190.06333.2572.1777.45
HexEF9CC102313614d484d
Octal357234301043236515110115
Binary11101111100111001100000101000111001111010100110110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9CC1; }

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

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

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

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

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

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

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

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