Html Css Color HEX #EFAAC6 Cupid

📋 copy color: '#EFAAC6'

red 239 ◦ green 170 ◦ blue 198

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

Shades of Cupid #EFAAC6

Tints of Cupid #EFAAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 32.62%

R = 39.37%
G = 28.01%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#EFAAC6 (or 0xEFAAC6) is known color: Cupid. HEX triplet: EF, AA and C6. RGB value is (239,170,198). Sum of RGB (Red+Green+Blue) = 239+170+198=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 170 (66.80% from 255 or 28.01% from 607); Blue value is 198 (77.73% from 255 or 32.62% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAAC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAAC6 is #105539. Grayscale: #C1C1C1. Windows color (decimal): -1070394 or 13019887. OLE color: 13019887.

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

Color convert

RGB 239 170 198 -
CMYK 0 0.29 0.17 0.06
HSL 335.65º 0.68% 0.8% -
HSV(B) 335.65º 0.29% 0.94% -
XYZ 60.16 51.18 60.13 -
YUV 193.82 130.36 160.22 -
System Red Green Blue C M Y K H S L
Decimal 239 170 198 0 0.29 0.17 0.06 335.65 0.68 0.8
Hex EF AA C6 0 1D 11 6 150 44 50
Octal 357 252 306 0 35 21 6 520 104 120
Binary 11101111 10101010 11000110 0 11101 10001 110 101010000 1000100 1010000

Color Harmonies of #EFAAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAAC6

Black with #EFAAC6

Text Example


Text Example

White with #EFAAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAAC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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