Html Css Color HEX #EFA4BC Cupid

📋 copy color: '#EFA4BC'

red 239 ◦ green 164 ◦ blue 188

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

Shades of Cupid #EFA4BC

Tints of Cupid #EFA4BC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.75%

 BLUE value IS 188 (73.83% from 255) = 31.81%

R = 40.44%
G = 27.75%
B = 31.81%

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

#EFA4BC (or 0xEFA4BC) is known color: Cupid. HEX triplet: EF, A4 and BC. RGB value is (239,164,188). Sum of RGB (Red+Green+Blue) = 239+164+188=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 164 (64.45% from 255 or 27.75% from 591); Blue value is 188 (73.83% from 255 or 31.81% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA4BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA4BC is #105B43. Grayscale: #BDBDBD. Windows color (decimal): -1071940 or 12362991. OLE color: 12362991.

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

Color convert

RGB 239 164 188 -
CMYK 0 0.31 0.21 0.06
HSL 340.8º 0.7% 0.79% -
HSV(B) 340.8º 0.31% 0.94% -
XYZ 57.95 48.53 53.89 -
YUV 189.16 127.35 163.55 -
System Red Green Blue C M Y K H S L
Decimal 239 164 188 0 0.31 0.21 0.06 340.8 0.7 0.79
Hex EF A4 BC 0 1F 15 6 155 46 4F
Octal 357 244 274 0 37 25 6 525 106 117
Binary 11101111 10100100 10111100 0 11111 10101 110 101010101 1000110 1001111

Color Harmonies of #EFA4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA4BC

Black with #EFA4BC

Text Example


Text Example

White with #EFA4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA4BC; }

 p { color: rgb(239,164,188); }

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

background-color css

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

 a { background-color: rgb(239,164,188); }

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

border-color css

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

 span { border-color: rgb(239,164,188); }

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