#EFB2C4

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

Shades of Cupid #EFB2C4

Tints of Cupid #EFB2C4

Color information

#EFB2C4 (or 0xEFB2C4) is unknown color: approx Cupid. HEX triplet: EF, B2 and C4. RGB value is (239,178,196). Sum of RGB (Red+Green+Blue) = 239+178+196=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 178 (69.92% from 255 or 29.04% from 613); Blue value is 196 (76.95% from 255 or 31.97% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB2C4 is #104D3B. Grayscale: #C6C6C6. Windows color (decimal): -1068348 or 12890863. OLE color: 12890863.

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

Color convert

RGB239178196-
CMYK00.260.180.06
HSL342.3º65.59%81.76%-
HSV(B)342.3º25.52%93.73%-
XYZ61.4854.1859.44-
YUV198.29126.71157.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.99%
GREEN value IS 178 (69.92% from 255) = 29.04%
BLUE value IS 196 (76.95% from 255) = 31.97%
R=38.99%
G=29.04%
B=31.97%

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
Decimal23917819600.260.180.06342.365.5981.76
HexEFB2C401A1261564252
Octal357262304032226526102122
Binary1110111110110010110001000110101001011010101011010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB2C4; }

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

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

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

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

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

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

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

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