Html Css Color HEX #EFABC7 Cupid

📋 copy color: '#EFABC7'

red 239 ◦ green 171 ◦ blue 199

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

Shades of Cupid #EFABC7

Tints of Cupid #EFABC7

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.08%

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

R = 39.24%
G = 28.08%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#EFABC7 (or 0xEFABC7) is known color: Cupid. HEX triplet: EF, AB and C7. RGB value is (239,171,199). Sum of RGB (Red+Green+Blue) = 239+171+199=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 171 (67.19% from 255 or 28.08% from 609); Blue value is 199 (78.12% from 255 or 32.68% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFABC7 is #105438. Grayscale: #C2C2C2. Windows color (decimal): -1070137 or 13085679. OLE color: 13085679.

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

Color convert

RGB 239 171 199 -
CMYK 0 0.28 0.17 0.06
HSL 335.29º 0.68% 0.8% -
HSV(B) 335.29º 0.28% 0.94% -
XYZ 60.47 51.6 60.81 -
YUV 194.52 130.53 159.72 -
System Red Green Blue C M Y K H S L
Decimal 239 171 199 0 0.28 0.17 0.06 335.29 0.68 0.8
Hex EF AB C7 0 1C 11 6 14F 44 50
Octal 357 253 307 0 34 21 6 517 104 120
Binary 11101111 10101011 11000111 0 11100 10001 110 101001111 1000100 1010000

Color Harmonies of #EFABC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFABC7

Black with #EFABC7

Text Example


Text Example

White with #EFABC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFABC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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