#EFB2C3

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

Shades of Cupid #EFB2C3

Tints of Cupid #EFB2C3

Color information

#EFB2C3 (or 0xEFB2C3) is unknown color: approx Cupid. HEX triplet: EF, B2 and C3. RGB value is (239,178,195). Sum of RGB (Red+Green+Blue) = 239+178+195=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 178 (69.92% from 255 or 29.08% from 612); Blue value is 195 (76.56% from 255 or 31.86% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB2C3 is #104D3C. Grayscale: #C6C6C6. Windows color (decimal): -1068349 or 12825327. OLE color: 12825327.

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

Color convert

RGB239178195-
CMYK00.260.180.06
HSL343.28º65.59%81.76%-
HSV(B)343.28º25.52%93.73%-
XYZ61.3754.1358.84-
YUV198.18126.21157.12-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.05%
GREEN value IS 178 (69.92% from 255) = 29.08%
BLUE value IS 195 (76.56% from 255) = 31.86%
R=39.05%
G=29.08%
B=31.86%

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
Decimal23917819500.260.180.06343.2865.5981.76
HexEFB2C301A1261574252
Octal357262303032226527102122
Binary1110111110110010110000110110101001011010101011110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB2C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB2C3; }

 p { color: rgb(239,178,195); }

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

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

 a { background-color: rgb(239,178,195); }

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

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

 span { border-color: rgb(239,178,195); }

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