#EFB1C8

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

Shades of Cupid #EFB1C8

Tints of Cupid #EFB1C8

Color information

#EFB1C8 (or 0xEFB1C8) is unknown color: approx Cupid. HEX triplet: EF, B1 and C8. RGB value is (239,177,200). Sum of RGB (Red+Green+Blue) = 239+177+200=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 177 (69.53% from 255 or 28.73% from 616); Blue value is 200 (78.52% from 255 or 32.47% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB1C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB1C8 is #104E37. Grayscale: #C6C6C6. Windows color (decimal): -1068600 or 13152751. OLE color: 13152751.

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

Color convert

RGB239177200-
CMYK00.260.160.06
HSL337.74º65.96%81.57%-
HSV(B)337.74º25.94%93.73%-
XYZ61.7453.9761.81-
YUV198.16129.04157.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.80%
GREEN value IS 177 (69.53% from 255) = 28.73%
BLUE value IS 200 (78.52% from 255) = 32.47%
R=38.80%
G=28.73%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917720000.260.160.06337.7465.9681.57
HexEFB1C801A1061524252
Octal357261310032206522102122
Binary1110111110110001110010000110101000011010101001010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB1C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB1C8; }

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

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

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

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

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

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

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

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