Html Css Color HEX #EFAAC1 Cupid

📋 copy color: '#EFAAC1'

red 239 ◦ green 170 ◦ blue 193

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

Shades of Cupid #EFAAC1

Tints of Cupid #EFAAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 32.06%

R = 39.7%
G = 28.24%
B = 32.06%

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

#EFAAC1 (or 0xEFAAC1) is known color: Cupid. HEX triplet: EF, AA and C1. RGB value is (239,170,193). Sum of RGB (Red+Green+Blue) = 239+170+193=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 170 (66.80% from 255 or 28.24% from 602); Blue value is 193 (75.78% from 255 or 32.06% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAAC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAAC1 is #10553E. Grayscale: #C1C1C1. Windows color (decimal): -1070399 or 12692207. OLE color: 12692207.

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

Color convert

RGB 239 170 193 -
CMYK 0 0.29 0.19 0.06
HSL 340º 0.68% 0.8% -
HSV(B) 340º 0.29% 0.94% -
XYZ 59.6 50.95 57.15 -
YUV 193.25 127.86 160.63 -
System Red Green Blue C M Y K H S L
Decimal 239 170 193 0 0.29 0.19 0.06 340 0.68 0.8
Hex EF AA C1 0 1D 13 6 154 44 50
Octal 357 252 301 0 35 23 6 524 104 120
Binary 11101111 10101010 11000001 0 11101 10011 110 101010100 1000100 1010000

Color Harmonies of #EFAAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAAC1

Black with #EFAAC1

Text Example


Text Example

White with #EFAAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAAC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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