Html Css Color HEX #EFAFC7 Cupid

📋 copy color: '#EFAFC7'

red 239 ◦ green 175 ◦ blue 199

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

Shades of Cupid #EFAFC7

Tints of Cupid #EFAFC7

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.55%

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

R = 38.99%
G = 28.55%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#EFAFC7 (or 0xEFAFC7) is known color: Cupid. HEX triplet: EF, AF and C7. RGB value is (239,175,199). Sum of RGB (Red+Green+Blue) = 239+175+199=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 175 (68.75% from 255 or 28.55% from 613); Blue value is 199 (78.12% from 255 or 32.46% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAFC7 is #105038. Grayscale: #C4C4C4. Windows color (decimal): -1069113 or 13086703. OLE color: 13086703.

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

Color convert

RGB 239 175 199 -
CMYK 0 0.27 0.17 0.06
HSL 337.5º 0.67% 0.81% -
HSV(B) 337.5º 0.27% 0.94% -
XYZ 61.24 53.13 61.06 -
YUV 196.87 129.2 158.05 -
System Red Green Blue C M Y K H S L
Decimal 239 175 199 0 0.27 0.17 0.06 337.5 0.67 0.81
Hex EF AF C7 0 1B 11 6 152 43 51
Octal 357 257 307 0 33 21 6 522 103 121
Binary 11101111 10101111 11000111 0 11011 10001 110 101010010 1000011 1010001

Color Harmonies of #EFAFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAFC7

Black with #EFAFC7

Text Example


Text Example

White with #EFAFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAFC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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