#EFAFCA

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

Shades of Cupid #EFAFCA

Tints of Cupid #EFAFCA

Color information

#EFAFCA (or 0xEFAFCA) is unknown color: approx Cupid. HEX triplet: EF, AF and CA. RGB value is (239,175,202). Sum of RGB (Red+Green+Blue) = 239+175+202=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 175 (68.75% from 255 or 28.41% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAFCA is #105035. Grayscale: #C5C5C5. Windows color (decimal): -1069110 or 13283311. OLE color: 13283311.

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

Color convert

RGB239175202-
CMYK00.270.150.06
HSL334.69º66.67%81.18%-
HSV(B)334.69º26.78%93.73%-
XYZ61.5953.2762.91-
YUV197.21130.7157.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.80%
GREEN value IS 175 (68.75% from 255) = 28.41%
BLUE value IS 202 (79.30% from 255) = 32.79%
R=38.80%
G=28.41%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917520200.270.150.06334.6966.6781.18
HexEFAFCA01BF614f4351
Octal357257312033176517103121
Binary111011111010111111001010011011111111010100111110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAFCA; }

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

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

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

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

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

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

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

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