#EFA4BD

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

Shades of Shocking #EFA4BD

Tints of Shocking #EFA4BD

Color information

#EFA4BD (or 0xEFA4BD) is unknown color: approx Shocking. HEX triplet: EF, A4 and BD. RGB value is (239,164,189). Sum of RGB (Red+Green+Blue) = 239+164+189=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 164 (64.45% from 255 or 27.70% from 592); Blue value is 189 (74.22% from 255 or 31.93% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA4BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA4BD is #105B42. Grayscale: #BDBDBD. Windows color (decimal): -1071939 or 12428527. OLE color: 12428527.

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

Color convert

RGB239164189-
CMYK00.310.210.06
HSL340º70.09%79.02%-
HSV(B)340º31.38%93.73%-
XYZ58.0648.5854.46-
YUV189.27127.85163.47-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.37%
GREEN value IS 164 (64.45% from 255) = 27.70%
BLUE value IS 189 (74.22% from 255) = 31.93%
R=40.37%
G=27.70%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916418900.310.210.0634070.0979.02
HexEFA4BD01F156154464f
Octal357244275037256524106117
Binary1110111110100100101111010111111010111010101010010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA4BD; }

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

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

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

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

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

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

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

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