Html Css Color HEX #EFAAC5 Cupid

📋 copy color: '#EFAAC5'

red 239 ◦ green 170 ◦ blue 197

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

Shades of Cupid #EFAAC5

Tints of Cupid #EFAAC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 32.51%

R = 39.44%
G = 28.05%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EFAAC5 (or 0xEFAAC5) is known color: Cupid. HEX triplet: EF, AA and C5. RGB value is (239,170,197). Sum of RGB (Red+Green+Blue) = 239+170+197=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 170 (66.80% from 255 or 28.05% from 606); Blue value is 197 (77.34% from 255 or 32.51% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAAC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAAC5 is #10553A. Grayscale: #C1C1C1. Windows color (decimal): -1070395 or 12954351. OLE color: 12954351.

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

Color convert

RGB 239 170 197 -
CMYK 0 0.29 0.18 0.06
HSL 336.52º 0.68% 0.8% -
HSV(B) 336.52º 0.29% 0.94% -
XYZ 60.05 51.13 59.53 -
YUV 193.71 129.86 160.3 -
System Red Green Blue C M Y K H S L
Decimal 239 170 197 0 0.29 0.18 0.06 336.52 0.68 0.8
Hex EF AA C5 0 1D 12 6 151 44 50
Octal 357 252 305 0 35 22 6 521 104 120
Binary 11101111 10101010 11000101 0 11101 10010 110 101010001 1000100 1010000

Color Harmonies of #EFAAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAAC5

Black with #EFAAC5

Text Example


Text Example

White with #EFAAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAAC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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