Html Css Color HEX #EFAAC2 Cupid

📋 copy color: '#EFAAC2'

red 239 ◦ green 170 ◦ blue 194

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

Shades of Cupid #EFAAC2

Tints of Cupid #EFAAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 32.17%

R = 39.64%
G = 28.19%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#EFAAC2 (or 0xEFAAC2) is known color: Cupid. HEX triplet: EF, AA and C2. RGB value is (239,170,194). Sum of RGB (Red+Green+Blue) = 239+170+194=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 170 (66.80% from 255 or 28.19% from 603); Blue value is 194 (76.17% from 255 or 32.17% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAAC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAAC2 is #10553D. Grayscale: #C1C1C1. Windows color (decimal): -1070398 or 12757743. OLE color: 12757743.

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

Color convert

RGB 239 170 194 -
CMYK 0 0.29 0.19 0.06
HSL 339.13º 0.68% 0.8% -
HSV(B) 339.13º 0.29% 0.94% -
XYZ 59.71 51 57.73 -
YUV 193.37 128.36 160.55 -
System Red Green Blue C M Y K H S L
Decimal 239 170 194 0 0.29 0.19 0.06 339.13 0.68 0.8
Hex EF AA C2 0 1D 13 6 153 44 50
Octal 357 252 302 0 35 23 6 523 104 120
Binary 11101111 10101010 11000010 0 11101 10011 110 101010011 1000100 1010000

Color Harmonies of #EFAAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAAC2

Black with #EFAAC2

Text Example


Text Example

White with #EFAAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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