Html Css Color HEX #EFABC2 Cupid

📋 copy color: '#EFABC2'

red 239 ◦ green 171 ◦ blue 194

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

Shades of Cupid #EFABC2

Tints of Cupid #EFABC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 32.12%

R = 39.57%
G = 28.31%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#EFABC2 (or 0xEFABC2) is known color: Cupid. HEX triplet: EF, AB and C2. RGB value is (239,171,194). Sum of RGB (Red+Green+Blue) = 239+171+194=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 171 (67.19% from 255 or 28.31% from 604); Blue value is 194 (76.17% from 255 or 32.12% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFABC2 is #10543D. Grayscale: #C1C1C1. Windows color (decimal): -1070142 or 12757999. OLE color: 12757999.

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

Color convert

RGB 239 171 194 -
CMYK 0 0.28 0.19 0.06
HSL 339.71º 0.68% 0.8% -
HSV(B) 339.71º 0.28% 0.94% -
XYZ 59.9 51.37 57.8 -
YUV 193.95 128.03 160.13 -
System Red Green Blue C M Y K H S L
Decimal 239 171 194 0 0.28 0.19 0.06 339.71 0.68 0.8
Hex EF AB C2 0 1C 13 6 154 44 50
Octal 357 253 302 0 34 23 6 524 104 120
Binary 11101111 10101011 11000010 0 11100 10011 110 101010100 1000100 1010000

Color Harmonies of #EFABC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFABC2

Black with #EFABC2

Text Example


Text Example

White with #EFABC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFABC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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