#EFB0C8

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

Shades of Cupid #EFB0C8

Tints of Cupid #EFB0C8

Color information

#EFB0C8 (or 0xEFB0C8) is unknown color: approx Cupid. HEX triplet: EF, B0 and C8. RGB value is (239,176,200). Sum of RGB (Red+Green+Blue) = 239+176+200=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 176 (69.14% from 255 or 28.62% from 615); Blue value is 200 (78.52% from 255 or 32.52% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB0C8 is #104F37. Grayscale: #C5C5C5. Windows color (decimal): -1068856 or 13152495. OLE color: 13152495.

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

Color convert

RGB239176200-
CMYK00.260.160.06
HSL337.14º66.32%81.37%-
HSV(B)337.14º26.36%93.73%-
XYZ61.5553.5761.74-
YUV197.57129.37157.55-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.86%
GREEN value IS 176 (69.14% from 255) = 28.62%
BLUE value IS 200 (78.52% from 255) = 32.52%
R=38.86%
G=28.62%
B=32.52%

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
Decimal23917620000.260.160.06337.1466.3281.37
HexEFB0C801A1061514251
Octal357260310032206521102121
Binary1110111110110000110010000110101000011010101000110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB0C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB0C8; }

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

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

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

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

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

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

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

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