Html Css Color HEX #EFACBC Cupid

📋 copy color: '#EFACBC'

red 239 ◦ green 172 ◦ blue 188

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

Shades of Cupid #EFACBC

Tints of Cupid #EFACBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.39%

R = 39.9%
G = 28.71%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EFACBC (or 0xEFACBC) is known color: Cupid. HEX triplet: EF, AC and BC. RGB value is (239,172,188). Sum of RGB (Red+Green+Blue) = 239+172+188=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 188 (73.83% from 255 or 31.39% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACBC is #105343. Grayscale: #C1C1C1. Windows color (decimal): -1069892 or 12365039. OLE color: 12365039.

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

Color convert

RGB 239 172 188 -
CMYK 0 0.28 0.21 0.06
HSL 345.67º 0.68% 0.81% -
HSV(B) 345.67º 0.28% 0.94% -
XYZ 59.43 51.49 54.38 -
YUV 193.86 124.7 160.2 -
System Red Green Blue C M Y K H S L
Decimal 239 172 188 0 0.28 0.21 0.06 345.67 0.68 0.81
Hex EF AC BC 0 1C 15 6 15A 44 51
Octal 357 254 274 0 34 25 6 532 104 121
Binary 11101111 10101100 10111100 0 11100 10101 110 101011010 1000100 1010001

Color Harmonies of #EFACBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFACBC

Black with #EFACBC

Text Example


Text Example

White with #EFACBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFACBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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