#EFA4C1

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

Shades of Shocking #EFA4C1

Tints of Shocking #EFA4C1

Color information

#EFA4C1 (or 0xEFA4C1) is unknown color: approx Shocking. HEX triplet: EF, A4 and C1. RGB value is (239,164,193). Sum of RGB (Red+Green+Blue) = 239+164+193=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 164 (64.45% from 255 or 27.52% from 596); Blue value is 193 (75.78% from 255 or 32.38% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA4C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA4C1 is #105B3E. Grayscale: #BDBDBD. Windows color (decimal): -1071935 or 12690671. OLE color: 12690671.

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

Color convert

RGB239164193-
CMYK00.310.190.06
HSL336.8º70.09%79.02%-
HSV(B)336.8º31.38%93.73%-
XYZ58.548.7556.78-
YUV189.73129.85163.14-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.10%
GREEN value IS 164 (64.45% from 255) = 27.52%
BLUE value IS 193 (75.78% from 255) = 32.38%
R=40.10%
G=27.52%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916419300.310.190.06336.870.0979.02
HexEFA4C101F136151464f
Octal357244301037236521106117
Binary1110111110100100110000010111111001111010101000110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA4C1; }

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

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

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

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

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

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

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

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