Html Css Color HEX #EFACC5 Cupid

📋 copy color: '#EFACC5'

red 239 ◦ green 172 ◦ blue 197

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

Shades of Cupid #EFACC5

Tints of Cupid #EFACC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 32.4%

R = 39.31%
G = 28.29%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EFACC5 (or 0xEFACC5) is known color: Cupid. HEX triplet: EF, AC and C5. RGB value is (239,172,197). Sum of RGB (Red+Green+Blue) = 239+172+197=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 172 (67.58% from 255 or 28.29% from 608); Blue value is 197 (77.34% from 255 or 32.40% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACC5 is #10533A. Grayscale: #C2C2C2. Windows color (decimal): -1069883 or 12954863. OLE color: 12954863.

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

Color convert

RGB 239 172 197 -
CMYK 0 0.28 0.18 0.06
HSL 337.61º 0.68% 0.81% -
HSV(B) 337.61º 0.28% 0.94% -
XYZ 60.43 51.89 59.65 -
YUV 194.88 129.2 159.47 -
System Red Green Blue C M Y K H S L
Decimal 239 172 197 0 0.28 0.18 0.06 337.61 0.68 0.81
Hex EF AC C5 0 1C 12 6 152 44 51
Octal 357 254 305 0 34 22 6 522 104 121
Binary 11101111 10101100 11000101 0 11100 10010 110 101010010 1000100 1010001

Color Harmonies of #EFACC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFACC5

Black with #EFACC5

Text Example


Text Example

White with #EFACC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFACC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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