#EF9BCD

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

Shades of Shocking #EF9BCD

Tints of Shocking #EF9BCD

Color information

#EF9BCD (or 0xEF9BCD) is unknown color: approx Shocking. HEX triplet: EF, 9B and CD. RGB value is (239,155,205). Sum of RGB (Red+Green+Blue) = 239+155+205=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 155 (60.94% from 255 or 25.88% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9BCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9BCD is #106432. Grayscale: #B9B9B9. Windows color (decimal): -1074227 or 13474799. OLE color: 13474799.

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

Color convert

RGB239155205-
CMYK00.350.140.06
HSL324.29º72.41%77.25%-
HSV(B)324.29º35.15%93.73%-
XYZ58.3446.263.6-
YUV185.82138.83165.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.90%
GREEN value IS 155 (60.94% from 255) = 25.88%
BLUE value IS 205 (80.47% from 255) = 34.22%
R=39.90%
G=25.88%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915520500.350.140.06324.2972.4177.25
HexEF9BCD023E6144484d
Octal357233315043166504110115
Binary1110111110011011110011010100011111011010100010010010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9BCD; }

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

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

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

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

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

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

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

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