Html Css Color HEX #EFA7BA Cupid

📋 copy color: '#EFA7BA'

red 239 ◦ green 167 ◦ blue 186

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

Shades of Cupid #EFA7BA

Tints of Cupid #EFA7BA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.21%

 BLUE value IS 186 (73.05% from 255) = 31.42%

R = 40.37%
G = 28.21%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EFA7BA (or 0xEFA7BA) is known color: Cupid. HEX triplet: EF, A7 and BA. RGB value is (239,167,186). Sum of RGB (Red+Green+Blue) = 239+167+186=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 167 (65.62% from 255 or 28.21% from 592); Blue value is 186 (73.05% from 255 or 31.42% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA7BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA7BA is #105845. Grayscale: #BEBEBE. Windows color (decimal): -1071174 or 12232687. OLE color: 12232687.

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

Color convert

RGB 239 167 186 -
CMYK 0 0.30 0.22 0.06
HSL 344.17º 0.69% 0.8% -
HSV(B) 344.17º 0.3% 0.94% -
XYZ 58.28 49.53 52.94 -
YUV 190.69 125.35 162.46 -
System Red Green Blue C M Y K H S L
Decimal 239 167 186 0 0.30 0.22 0.06 344.17 0.69 0.8
Hex EF A7 BA 0 1E 16 6 158 45 50
Octal 357 247 272 0 36 26 6 530 105 120
Binary 11101111 10100111 10111010 0 11110 10110 110 101011000 1000101 1010000

Color Harmonies of #EFA7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA7BA

Black with #EFA7BA

Text Example


Text Example

White with #EFA7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA7BA; }

 p { color: rgb(239,167,186); }

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

background-color css

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

 a { background-color: rgb(239,167,186); }

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

border-color css

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

 span { border-color: rgb(239,167,186); }

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