#EFA0BD

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

Shades of Shocking #EFA0BD

Tints of Shocking #EFA0BD

Color information

#EFA0BD (or 0xEFA0BD) is unknown color: approx Shocking. HEX triplet: EF, A0 and BD. RGB value is (239,160,189). Sum of RGB (Red+Green+Blue) = 239+160+189=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 160 (62.89% from 255 or 27.21% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA0BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA0BD is #105F42. Grayscale: #BABABA. Windows color (decimal): -1072963 or 12427503. OLE color: 12427503.

HSL color Cylindrical-coordinate representation of color #EFA0BD: hue angle of 337.97º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFA0BD is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB239160189-
CMYK00.330.210.06
HSL337.97º71.17%78.24%-
HSV(B)337.97º33.05%93.73%-
XYZ57.3547.1754.23-
YUV186.93129.17165.14-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.65%
GREEN value IS 160 (62.89% from 255) = 27.21%
BLUE value IS 189 (74.22% from 255) = 32.14%
R=40.65%
G=27.21%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916018900.330.210.06337.9771.1778.24
HexEFA0BD021156152474e
Octal357240275041256522107116
Binary11101111101000001011110101000011010111010101001010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA0BD; }

 p { color: rgb(239,160,189); }

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

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

 a { background-color: rgb(239,160,189); }

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

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

 span { border-color: rgb(239,160,189); }

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