Html Css Color HEX #EFAAB8 Cupid

📋 copy color: '#EFAAB8'

red 239 ◦ green 170 ◦ blue 184

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

Shades of Cupid #EFAAB8

Tints of Cupid #EFAAB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 31.03%

R = 40.3%
G = 28.67%
B = 31.03%

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

#EFAAB8 (or 0xEFAAB8) is known color: Cupid. HEX triplet: EF, AA and B8. RGB value is (239,170,184). Sum of RGB (Red+Green+Blue) = 239+170+184=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 170 (66.80% from 255 or 28.67% from 593); Blue value is 184 (72.27% from 255 or 31.03% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAAB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAAB8 is #105547. Grayscale: #C0C0C0. Windows color (decimal): -1070408 or 12102383. OLE color: 12102383.

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

Color convert

RGB 239 170 184 -
CMYK 0 0.29 0.23 0.06
HSL 347.83º 0.68% 0.8% -
HSV(B) 347.83º 0.29% 0.94% -
XYZ 58.62 50.56 52.02 -
YUV 192.23 123.36 161.36 -
System Red Green Blue C M Y K H S L
Decimal 239 170 184 0 0.29 0.23 0.06 347.83 0.68 0.8
Hex EF AA B8 0 1D 17 6 15C 44 50
Octal 357 252 270 0 35 27 6 534 104 120
Binary 11101111 10101010 10111000 0 11101 10111 110 101011100 1000100 1010000

Color Harmonies of #EFAAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAAB8

Black with #EFAAB8

Text Example


Text Example

White with #EFAAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAAB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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