Html Css Color HEX #EFACC0 Cupid

📋 copy color: '#EFACC0'

red 239 ◦ green 172 ◦ blue 192

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

Shades of Cupid #EFACC0

Tints of Cupid #EFACC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 31.84%

R = 39.64%
G = 28.52%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EFACC0 (or 0xEFACC0) is known color: Cupid. HEX triplet: EF, AC and C0. RGB value is (239,172,192). Sum of RGB (Red+Green+Blue) = 239+172+192=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 172 (67.58% from 255 or 28.52% from 603); Blue value is 192 (75.39% from 255 or 31.84% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACC0 is #10533F. Grayscale: #C2C2C2. Windows color (decimal): -1069888 or 12627183. OLE color: 12627183.

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

Color convert

RGB 239 172 192 -
CMYK 0 0.28 0.20 0.06
HSL 342.09º 0.68% 0.81% -
HSV(B) 342.09º 0.28% 0.94% -
XYZ 59.86 51.66 56.69 -
YUV 194.31 126.7 159.87 -
System Red Green Blue C M Y K H S L
Decimal 239 172 192 0 0.28 0.20 0.06 342.09 0.68 0.81
Hex EF AC C0 0 1C 14 6 156 44 51
Octal 357 254 300 0 34 24 6 526 104 121
Binary 11101111 10101100 11000000 0 11100 10100 110 101010110 1000100 1010001

Color Harmonies of #EFACC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFACC0

Black with #EFACC0

Text Example


Text Example

White with #EFACC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFACC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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