Html Css Color HEX #EFABC0 Cupid

📋 copy color: '#EFABC0'

red 239 ◦ green 171 ◦ blue 192

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

Shades of Cupid #EFABC0

Tints of Cupid #EFABC0

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.41%

 BLUE value IS 192 (75.39% from 255) = 31.89%

R = 39.7%
G = 28.41%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EFABC0 (or 0xEFABC0) is known color: Cupid. HEX triplet: EF, AB and C0. RGB value is (239,171,192). Sum of RGB (Red+Green+Blue) = 239+171+192=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 171 (67.19% from 255 or 28.41% from 602); Blue value is 192 (75.39% from 255 or 31.89% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFABC0 is #10543F. Grayscale: #C1C1C1. Windows color (decimal): -1070144 or 12626927. OLE color: 12626927.

HSL color Cylindrical-coordinate representation of color #EFABC0: hue angle of 341.47º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFABC0 is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 171 192 -
CMYK 0 0.28 0.20 0.06
HSL 341.47º 0.68% 0.8% -
HSV(B) 341.47º 0.28% 0.94% -
XYZ 59.67 51.28 56.62 -
YUV 193.73 127.03 160.29 -
System Red Green Blue C M Y K H S L
Decimal 239 171 192 0 0.28 0.20 0.06 341.47 0.68 0.8
Hex EF AB C0 0 1C 14 6 155 44 50
Octal 357 253 300 0 34 24 6 525 104 120
Binary 11101111 10101011 11000000 0 11100 10100 110 101010101 1000100 1010000

Color Harmonies of #EFABC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFABC0

Black with #EFABC0

Text Example


Text Example

White with #EFABC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFABC0; }

 p { color: rgb(239,171,192); }

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

background-color css

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

 a { background-color: rgb(239,171,192); }

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

border-color css

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

 span { border-color: rgb(239,171,192); }

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