Html Css Color HEX #EFB0BA Cupid

📋 copy color: '#EFB0BA'

red 239 ◦ green 176 ◦ blue 186

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

Shades of Cupid #EFB0BA

Tints of Cupid #EFB0BA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.28%

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

R = 39.77%
G = 29.28%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EFB0BA (or 0xEFB0BA) is known color: Cupid. HEX triplet: EF, B0 and BA. RGB value is (239,176,186). Sum of RGB (Red+Green+Blue) = 239+176+186=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 176 (69.14% from 255 or 29.28% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB0BA is #104F45. Grayscale: #C4C4C4. Windows color (decimal): -1068870 or 12234991. OLE color: 12234991.

HSL color Cylindrical-coordinate representation of color #EFB0BA: hue angle of 350.48º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB0BA is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 176 186 -
CMYK 0 0.26 0.22 0.06
HSL 350.48º 0.66% 0.81% -
HSV(B) 350.48º 0.26% 0.94% -
XYZ 59.98 52.95 53.51 -
YUV 195.98 122.37 158.69 -
System Red Green Blue C M Y K H S L
Decimal 239 176 186 0 0.26 0.22 0.06 350.48 0.66 0.81
Hex EF B0 BA 0 1A 16 6 15E 42 51
Octal 357 260 272 0 32 26 6 536 102 121
Binary 11101111 10110000 10111010 0 11010 10110 110 101011110 1000010 1010001

Color Harmonies of #EFB0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB0BA

Black with #EFB0BA

Text Example


Text Example

White with #EFB0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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