#EFA2BD

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

Shades of Shocking #EFA2BD

Tints of Shocking #EFA2BD

Color information

#EFA2BD (or 0xEFA2BD) is unknown color: approx Shocking. HEX triplet: EF, A2 and BD. RGB value is (239,162,189). Sum of RGB (Red+Green+Blue) = 239+162+189=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 162 (63.67% from 255 or 27.46% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA2BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA2BD is #105D42. Grayscale: #BCBCBC. Windows color (decimal): -1072451 or 12428015. OLE color: 12428015.

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

Color convert

RGB239162189-
CMYK00.320.210.06
HSL338.96º70.64%78.63%-
HSV(B)338.96º32.22%93.73%-
XYZ57.747.8754.34-
YUV188.1128.51164.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.51%
GREEN value IS 162 (63.67% from 255) = 27.46%
BLUE value IS 189 (74.22% from 255) = 32.03%
R=40.51%
G=27.46%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916218900.320.210.06338.9670.6478.63
HexEFA2BD020156153474f
Octal357242275040256523107117
Binary11101111101000101011110101000001010111010101001110001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA2BD; }

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

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

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

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

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

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

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

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