#EFAEC2

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

Shades of Cupid #EFAEC2

Tints of Cupid #EFAEC2

Color information

#EFAEC2 (or 0xEFAEC2) is unknown color: approx Cupid. HEX triplet: EF, AE and C2. RGB value is (239,174,194). Sum of RGB (Red+Green+Blue) = 239+174+194=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 174 (68.36% from 255 or 28.67% from 607); Blue value is 194 (76.17% from 255 or 31.96% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAEC2 is #10513D. Grayscale: #C3C3C3. Windows color (decimal): -1069374 or 12758767. OLE color: 12758767.

HSL color Cylindrical-coordinate representation of color #EFAEC2: hue angle of 341.54º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFAEC2 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB239174194-
CMYK00.270.190.06
HSL341.54º67.01%80.98%-
HSV(B)341.54º27.2%93.73%-
XYZ60.4752.5257.99-
YUV195.71127.03158.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.37%
GREEN value IS 174 (68.36% from 255) = 28.67%
BLUE value IS 194 (76.17% from 255) = 31.96%
R=39.37%
G=28.67%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917419400.270.190.06341.5467.0180.98
HexEFAEC201B1361564351
Octal357256302033236526103121
Binary1110111110101110110000100110111001111010101011010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAEC2; }

 p { color: rgb(239,174,194); }

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

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

 a { background-color: rgb(239,174,194); }

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

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

 span { border-color: rgb(239,174,194); }

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