Html Css Color HEX #EFACC1 Cupid

📋 copy color: '#EFACC1'

red 239 ◦ green 172 ◦ blue 193

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

Shades of Cupid #EFACC1

Tints of Cupid #EFACC1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.48%

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

R = 39.57%
G = 28.48%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#EFACC1 (or 0xEFACC1) is known color: Cupid. HEX triplet: EF, AC and C1. RGB value is (239,172,193). Sum of RGB (Red+Green+Blue) = 239+172+193=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 193 (75.78% from 255 or 31.95% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACC1 is #10533E. Grayscale: #C2C2C2. Windows color (decimal): -1069887 or 12692719. OLE color: 12692719.

HSL color Cylindrical-coordinate representation of color #EFACC1: hue angle of 341.19º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFACC1 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 172 193 -
CMYK 0 0.28 0.19 0.06
HSL 341.19º 0.68% 0.81% -
HSV(B) 341.19º 0.28% 0.94% -
XYZ 59.97 51.71 57.27 -
YUV 194.43 127.2 159.79 -
System Red Green Blue C M Y K H S L
Decimal 239 172 193 0 0.28 0.19 0.06 341.19 0.68 0.81
Hex EF AC C1 0 1C 13 6 155 44 51
Octal 357 254 301 0 34 23 6 525 104 121
Binary 11101111 10101100 11000001 0 11100 10011 110 101010101 1000100 1010001

Color Harmonies of #EFACC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFACC1

Black with #EFACC1

Text Example


Text Example

White with #EFACC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFACC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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