Html Css Color HEX #EFA5BF Cupid

📋 copy color: '#EFA5BF'

red 239 ◦ green 165 ◦ blue 191

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

Shades of Cupid #EFA5BF

Tints of Cupid #EFA5BF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.73%

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

R = 40.17%
G = 27.73%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EFA5BF (or 0xEFA5BF) is known color: Cupid. HEX triplet: EF, A5 and BF. RGB value is (239,165,191). Sum of RGB (Red+Green+Blue) = 239+165+191=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 165 (64.84% from 255 or 27.73% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA5BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA5BF is #105A40. Grayscale: #BEBEBE. Windows color (decimal): -1071681 or 12559855. OLE color: 12559855.

HSL color Cylindrical-coordinate representation of color #EFA5BF: hue angle of 338.92º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFA5BF is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 165 191 -
CMYK 0 0.31 0.20 0.06
HSL 338.92º 0.7% 0.79% -
HSV(B) 338.92º 0.31% 0.94% -
XYZ 58.46 49.02 55.67 -
YUV 190.09 128.52 162.89 -
System Red Green Blue C M Y K H S L
Decimal 239 165 191 0 0.31 0.20 0.06 338.92 0.7 0.79
Hex EF A5 BF 0 1F 14 6 153 46 4F
Octal 357 245 277 0 37 24 6 523 106 117
Binary 11101111 10100101 10111111 0 11111 10100 110 101010011 1000110 1001111

Color Harmonies of #EFA5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA5BF

Black with #EFA5BF

Text Example


Text Example

White with #EFA5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA5BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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