#EFB0C4

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

Shades of Cupid #EFB0C4

Tints of Cupid #EFB0C4

Color information

#EFB0C4 (or 0xEFB0C4) is unknown color: approx Cupid. HEX triplet: EF, B0 and C4. RGB value is (239,176,196). Sum of RGB (Red+Green+Blue) = 239+176+196=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 176 (69.14% from 255 or 28.81% from 611); Blue value is 196 (76.95% from 255 or 32.08% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB0C4 is #104F3B. Grayscale: #C5C5C5. Windows color (decimal): -1068860 or 12890351. OLE color: 12890351.

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

Color convert

RGB239176196-
CMYK00.260.180.06
HSL340.95º66.32%81.37%-
HSV(B)340.95º26.36%93.73%-
XYZ61.0953.3959.31-
YUV197.12127.37157.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.12%
GREEN value IS 176 (69.14% from 255) = 28.81%
BLUE value IS 196 (76.95% from 255) = 32.08%
R=39.12%
G=28.81%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917619600.260.180.06340.9566.3281.37
HexEFB0C401A1261554251
Octal357260304032226525102121
Binary1110111110110000110001000110101001011010101010110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB0C4; }

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

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

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

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

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

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

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

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