Html Css Color HEX #EFAFBF Cupid

📋 copy color: '#EFAFBF'

red 239 ◦ green 175 ◦ blue 191

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

Shades of Cupid #EFAFBF

Tints of Cupid #EFAFBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 31.57%

R = 39.5%
G = 28.93%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EFAFBF (or 0xEFAFBF) is known color: Cupid. HEX triplet: EF, AF and BF. RGB value is (239,175,191). Sum of RGB (Red+Green+Blue) = 239+175+191=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 175 (68.75% from 255 or 28.93% from 605); Blue value is 191 (75% from 255 or 31.57% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAFBF is #105040. Grayscale: #C3C3C3. Windows color (decimal): -1069121 or 12562415. OLE color: 12562415.

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

Color convert

RGB 239 175 191 -
CMYK 0 0.27 0.20 0.06
HSL 345º 0.67% 0.81% -
HSV(B) 345º 0.27% 0.94% -
XYZ 60.33 52.77 56.3 -
YUV 195.96 125.2 158.7 -
System Red Green Blue C M Y K H S L
Decimal 239 175 191 0 0.27 0.20 0.06 345 0.67 0.81
Hex EF AF BF 0 1B 14 6 159 43 51
Octal 357 257 277 0 33 24 6 531 103 121
Binary 11101111 10101111 10111111 0 11011 10100 110 101011001 1000011 1010001

Color Harmonies of #EFAFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAFBF

Black with #EFAFBF

Text Example


Text Example

White with #EFAFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAFBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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