Html Css Color HEX #EFA6BA Cupid

📋 copy color: '#EFA6BA'

red 239 ◦ green 166 ◦ blue 186

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

Shades of Cupid #EFA6BA

Tints of Cupid #EFA6BA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.09%

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

R = 40.44%
G = 28.09%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EFA6BA (or 0xEFA6BA) is known color: Cupid. HEX triplet: EF, A6 and BA. RGB value is (239,166,186). Sum of RGB (Red+Green+Blue) = 239+166+186=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 166 (65.23% from 255 or 28.09% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA6BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA6BA is #105945. Grayscale: #BEBEBE. Windows color (decimal): -1071430 or 12232431. OLE color: 12232431.

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

Color convert

RGB 239 166 186 -
CMYK 0 0.31 0.22 0.06
HSL 343.56º 0.7% 0.79% -
HSV(B) 343.56º 0.31% 0.94% -
XYZ 58.1 49.17 52.88 -
YUV 190.11 125.68 162.87 -
System Red Green Blue C M Y K H S L
Decimal 239 166 186 0 0.31 0.22 0.06 343.56 0.7 0.79
Hex EF A6 BA 0 1F 16 6 158 46 4F
Octal 357 246 272 0 37 26 6 530 106 117
Binary 11101111 10100110 10111010 0 11111 10110 110 101011000 1000110 1001111

Color Harmonies of #EFA6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA6BA

Black with #EFA6BA

Text Example


Text Example

White with #EFA6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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