Html Css Color HEX #EFA9C7 Cupid

📋 copy color: '#EFA9C7'

red 239 ◦ green 169 ◦ blue 199

#EFA9C7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cupid #EFA9C7

Tints of Cupid #EFA9C7

RGB

 RED value IS 239 (93.75% from 255) = 39.37%

 GREEN value IS 169 (66.41% from 255) = 27.84%

 BLUE value IS 199 (78.13% from 255) = 32.78%

R = 39.37%
G = 27.84%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#EFA9C7 (or 0xEFA9C7) is known color: Cupid. HEX triplet: EF, A9 and C7. RGB value is (239,169,199). Sum of RGB (Red+Green+Blue) = 239+169+199=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 169 (66.41% from 255 or 27.84% from 607); Blue value is 199 (78.12% from 255 or 32.78% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA9C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA9C7 is #105638. Grayscale: #C1C1C1. Windows color (decimal): -1070649 or 13085167. OLE color: 13085167.

HSL color Cylindrical-coordinate representation of color #EFA9C7: hue angle of 334.29º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFA9C7 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 169 199 -
CMYK 0 0.29 0.17 0.06
HSL 334.29º 0.69% 0.8% -
HSV(B) 334.29º 0.29% 0.94% -
XYZ 60.09 50.85 60.68 -
YUV 193.35 131.19 160.56 -
System Red Green Blue C M Y K H S L
Decimal 239 169 199 0 0.29 0.17 0.06 334.29 0.69 0.8
Hex EF A9 C7 0 1D 11 6 14E 45 50
Octal 357 251 307 0 35 21 6 516 105 120
Binary 11101111 10101001 11000111 0 11101 10001 110 101001110 1000101 1010000

Color Harmonies of #EFA9C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA9C7

Black with #EFA9C7

Text Example


Text Example

White with #EFA9C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA9C7; }

 p { color: rgb(239,169,199); }

 H1.HeaderClassName
 {
   color: #EFA9C7;
 }
 .AnyTagClassName
 {
   color: #EFA9C7;
 }
</style>

background-color css

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

 a { background-color: rgb(239,169,199); }

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

border-color css

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

 span { border-color: rgb(239,169,199); }

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