Html Css Color HEX #EFACEC Plum

📋 copy color: '#EFACEC'

red 239 ◦ green 172 ◦ blue 236

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

Shades of Plum #EFACEC

Tints of Plum #EFACEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.48%

R = 36.94%
G = 26.58%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EFACEC (or 0xEFACEC) is known color: Plum. HEX triplet: EF, AC and EC. RGB value is (239,172,236). Sum of RGB (Red+Green+Blue) = 239+172+236=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 172 (67.58% from 255 or 26.58% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFACEC is #105313. Grayscale: #C7C7C7. Windows color (decimal): -1069844 or 15510767. OLE color: 15510767.

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

Color convert

RGB 239 172 236 -
CMYK 0 0.28 0.01 0.06
HSL 302.69º 0.68% 0.81% -
HSV(B) 302.69º 0.28% 0.94% -
XYZ 65.49 53.91 86.31 -
YUV 199.33 148.7 156.3 -
System Red Green Blue C M Y K H S L
Decimal 239 172 236 0 0.28 0.01 0.06 302.69 0.68 0.81
Hex EF AC EC 0 1C 1 6 12F 44 51
Octal 357 254 354 0 34 1 6 457 104 121
Binary 11101111 10101100 11101100 0 11100 1 110 100101111 1000100 1010001

Color Harmonies of #EFACEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFACEC

Black with #EFACEC

Text Example


Text Example

White with #EFACEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFACEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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