Html Css Color HEX #EFA8BD Cupid

📋 copy color: '#EFA8BD'

red 239 ◦ green 168 ◦ blue 189

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

Shades of Cupid #EFA8BD

Tints of Cupid #EFA8BD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.19%

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

R = 40.1%
G = 28.19%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EFA8BD (or 0xEFA8BD) is known color: Cupid. HEX triplet: EF, A8 and BD. RGB value is (239,168,189). Sum of RGB (Red+Green+Blue) = 239+168+189=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 168 (66.02% from 255 or 28.19% from 596); Blue value is 189 (74.22% from 255 or 31.71% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA8BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA8BD is #105742. Grayscale: #BFBFBF. Windows color (decimal): -1070915 or 12429551. OLE color: 12429551.

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

Color convert

RGB 239 168 189 -
CMYK 0 0.30 0.21 0.06
HSL 342.25º 0.69% 0.8% -
HSV(B) 342.25º 0.3% 0.94% -
XYZ 58.78 50.03 54.7 -
YUV 191.62 126.52 161.79 -
System Red Green Blue C M Y K H S L
Decimal 239 168 189 0 0.30 0.21 0.06 342.25 0.69 0.8
Hex EF A8 BD 0 1E 15 6 156 45 50
Octal 357 250 275 0 36 25 6 526 105 120
Binary 11101111 10101000 10111101 0 11110 10101 110 101010110 1000101 1010000

Color Harmonies of #EFA8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA8BD

Black with #EFA8BD

Text Example


Text Example

White with #EFA8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA8BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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