Html Css Color HEX #EFA6BD Cupid

📋 copy color: '#EFA6BD'

red 239 ◦ green 166 ◦ blue 189

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

Shades of Cupid #EFA6BD

Tints of Cupid #EFA6BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 31.82%

R = 40.24%
G = 27.95%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EFA6BD (or 0xEFA6BD) is known color: Cupid. HEX triplet: EF, A6 and BD. RGB value is (239,166,189). Sum of RGB (Red+Green+Blue) = 239+166+189=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 166 (65.23% from 255 or 27.95% from 594); Blue value is 189 (74.22% from 255 or 31.82% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA6BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA6BD is #105942. Grayscale: #BEBEBE. Windows color (decimal): -1071427 or 12429039. OLE color: 12429039.

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

Color convert

RGB 239 166 189 -
CMYK 0 0.31 0.21 0.06
HSL 341.1º 0.7% 0.79% -
HSV(B) 341.1º 0.31% 0.94% -
XYZ 58.42 49.3 54.58 -
YUV 190.45 127.18 162.63 -
System Red Green Blue C M Y K H S L
Decimal 239 166 189 0 0.31 0.21 0.06 341.1 0.7 0.79
Hex EF A6 BD 0 1F 15 6 155 46 4F
Octal 357 246 275 0 37 25 6 525 106 117
Binary 11101111 10100110 10111101 0 11111 10101 110 101010101 1000110 1001111

Color Harmonies of #EFA6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA6BD

Black with #EFA6BD

Text Example


Text Example

White with #EFA6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA6BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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