Html Css Color HEX #EFAAB9 Cupid

📋 copy color: '#EFAAB9'

red 239 ◦ green 170 ◦ blue 185

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

Shades of Cupid #EFAAB9

Tints of Cupid #EFAAB9

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.62%

 BLUE value IS 185 (72.66% from 255) = 31.14%

R = 40.24%
G = 28.62%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#EFAAB9 (or 0xEFAAB9) is known color: Cupid. HEX triplet: EF, AA and B9. RGB value is (239,170,185). Sum of RGB (Red+Green+Blue) = 239+170+185=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 170 (66.80% from 255 or 28.62% from 594); Blue value is 185 (72.66% from 255 or 31.14% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAAB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAAB9 is #105546. Grayscale: #C0C0C0. Windows color (decimal): -1070407 or 12167919. OLE color: 12167919.

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

Color convert

RGB 239 170 185 -
CMYK 0 0.29 0.23 0.06
HSL 346.96º 0.68% 0.8% -
HSV(B) 346.96º 0.29% 0.94% -
XYZ 58.73 50.6 52.57 -
YUV 192.34 123.86 161.28 -
System Red Green Blue C M Y K H S L
Decimal 239 170 185 0 0.29 0.23 0.06 346.96 0.68 0.8
Hex EF AA B9 0 1D 17 6 15B 44 50
Octal 357 252 271 0 35 27 6 533 104 120
Binary 11101111 10101010 10111001 0 11101 10111 110 101011011 1000100 1010000

Color Harmonies of #EFAAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAAB9

Black with #EFAAB9

Text Example


Text Example

White with #EFAAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAAB9; }

 p { color: rgb(239,170,185); }

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

background-color css

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

 a { background-color: rgb(239,170,185); }

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

border-color css

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

 span { border-color: rgb(239,170,185); }

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