#EFB0CA

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

Shades of Cupid #EFB0CA

Tints of Cupid #EFB0CA

Color information

#EFB0CA (or 0xEFB0CA) is unknown color: approx Cupid. HEX triplet: EF, B0 and CA. RGB value is (239,176,202). Sum of RGB (Red+Green+Blue) = 239+176+202=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 176 (69.14% from 255 or 28.53% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB0CA is #104F35. Grayscale: #C5C5C5. Windows color (decimal): -1068854 or 13283567. OLE color: 13283567.

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

Color convert

RGB239176202-
CMYK00.260.150.06
HSL335.24º66.32%81.37%-
HSV(B)335.24º26.36%93.73%-
XYZ61.7853.6762.98-
YUV197.8130.37157.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.74%
GREEN value IS 176 (69.14% from 255) = 28.53%
BLUE value IS 202 (79.30% from 255) = 32.74%
R=38.74%
G=28.53%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917620200.260.150.06335.2466.3281.37
HexEFB0CA01AF614f4251
Octal357260312032176517102121
Binary111011111011000011001010011010111111010100111110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB0CA; }

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

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

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

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

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

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

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

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