Html Css Color HEX #EFACC3 Cupid

📋 copy color: '#EFACC3'

red 239 ◦ green 172 ◦ blue 195

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

Shades of Cupid #EFACC3

Tints of Cupid #EFACC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 32.18%

R = 39.44%
G = 28.38%
B = 32.18%

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

#EFACC3 (or 0xEFACC3) is known color: Cupid. HEX triplet: EF, AC and C3. RGB value is (239,172,195). Sum of RGB (Red+Green+Blue) = 239+172+195=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 172 (67.58% from 255 or 28.38% from 606); Blue value is 195 (76.56% from 255 or 32.18% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACC3 is #10533C. Grayscale: #C2C2C2. Windows color (decimal): -1069885 or 12823791. OLE color: 12823791.

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

Color convert

RGB 239 172 195 -
CMYK 0 0.28 0.18 0.06
HSL 339.4º 0.68% 0.81% -
HSV(B) 339.4º 0.28% 0.94% -
XYZ 60.2 51.8 58.45 -
YUV 194.66 128.2 159.63 -
System Red Green Blue C M Y K H S L
Decimal 239 172 195 0 0.28 0.18 0.06 339.4 0.68 0.81
Hex EF AC C3 0 1C 12 6 153 44 51
Octal 357 254 303 0 34 22 6 523 104 121
Binary 11101111 10101100 11000011 0 11100 10010 110 101010011 1000100 1010001

Color Harmonies of #EFACC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFACC3

Black with #EFACC3

Text Example


Text Example

White with #EFACC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFACC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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