Html Css Color HEX #EFACC4 Cupid

📋 copy color: '#EFACC4'

red 239 ◦ green 172 ◦ blue 196

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

Shades of Cupid #EFACC4

Tints of Cupid #EFACC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 32.29%

R = 39.37%
G = 28.34%
B = 32.29%

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

#EFACC4 (or 0xEFACC4) is known color: Cupid. HEX triplet: EF, AC and C4. RGB value is (239,172,196). Sum of RGB (Red+Green+Blue) = 239+172+196=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 196 (76.95% from 255 or 32.29% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACC4 is #10533B. Grayscale: #C2C2C2. Windows color (decimal): -1069884 or 12889327. OLE color: 12889327.

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

Color convert

RGB 239 172 196 -
CMYK 0 0.28 0.18 0.06
HSL 338.51º 0.68% 0.81% -
HSV(B) 338.51º 0.28% 0.94% -
XYZ 60.31 51.84 59.05 -
YUV 194.77 128.7 159.55 -
System Red Green Blue C M Y K H S L
Decimal 239 172 196 0 0.28 0.18 0.06 338.51 0.68 0.81
Hex EF AC C4 0 1C 12 6 153 44 51
Octal 357 254 304 0 34 22 6 523 104 121
Binary 11101111 10101100 11000100 0 11100 10010 110 101010011 1000100 1010001

Color Harmonies of #EFACC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFACC4

Black with #EFACC4

Text Example


Text Example

White with #EFACC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFACC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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