#EFB1C6

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

Shades of Cupid #EFB1C6

Tints of Cupid #EFB1C6

Color information

#EFB1C6 (or 0xEFB1C6) is unknown color: approx Cupid. HEX triplet: EF, B1 and C6. RGB value is (239,177,198). Sum of RGB (Red+Green+Blue) = 239+177+198=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 177 (69.53% from 255 or 28.83% from 614); Blue value is 198 (77.73% from 255 or 32.25% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB1C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB1C6 is #104E39. Grayscale: #C5C5C5. Windows color (decimal): -1068602 or 13021679. OLE color: 13021679.

HSL color Cylindrical-coordinate representation of color #EFB1C6: hue angle of 339.68º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB1C6 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB239177198-
CMYK00.260.170.06
HSL339.68º65.96%81.57%-
HSV(B)339.68º25.94%93.73%-
XYZ61.5153.8760.58-
YUV197.93128.04157.29-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.93%
GREEN value IS 177 (69.53% from 255) = 28.83%
BLUE value IS 198 (77.73% from 255) = 32.25%
R=38.93%
G=28.83%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917719800.260.170.06339.6865.9681.57
HexEFB1C601A1161544252
Octal357261306032216524102122
Binary1110111110110001110001100110101000111010101010010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB1C6; }

 p { color: rgb(239,177,198); }

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

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

 a { background-color: rgb(239,177,198); }

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

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

 span { border-color: rgb(239,177,198); }

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