Html Css Color HEX #EFAAC3 Cupid

📋 copy color: '#EFAAC3'

red 239 ◦ green 170 ◦ blue 195

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

Shades of Cupid #EFAAC3

Tints of Cupid #EFAAC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 32.28%

R = 39.57%
G = 28.15%
B = 32.28%

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

#EFAAC3 (or 0xEFAAC3) is known color: Cupid. HEX triplet: EF, AA and C3. RGB value is (239,170,195). Sum of RGB (Red+Green+Blue) = 239+170+195=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 170 (66.80% from 255 or 28.15% from 604); Blue value is 195 (76.56% from 255 or 32.28% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAAC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAAC3 is #10553C. Grayscale: #C1C1C1. Windows color (decimal): -1070397 or 12823279. OLE color: 12823279.

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

Color convert

RGB 239 170 195 -
CMYK 0 0.29 0.18 0.06
HSL 338.26º 0.68% 0.8% -
HSV(B) 338.26º 0.29% 0.94% -
XYZ 59.82 51.04 58.33 -
YUV 193.48 128.86 160.47 -
System Red Green Blue C M Y K H S L
Decimal 239 170 195 0 0.29 0.18 0.06 338.26 0.68 0.8
Hex EF AA C3 0 1D 12 6 152 44 50
Octal 357 252 303 0 35 22 6 522 104 120
Binary 11101111 10101010 11000011 0 11101 10010 110 101010010 1000100 1010000

Color Harmonies of #EFAAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAAC3

Black with #EFAAC3

Text Example


Text Example

White with #EFAAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAAC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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