Html Css Color HEX #EFACF2 Plum

📋 copy color: '#EFACF2'

red 239 ◦ green 172 ◦ blue 242

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

Shades of Plum #EFACF2

Tints of Plum #EFACF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.06%

R = 36.6%
G = 26.34%
B = 37.06%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFACF2 (or 0xEFACF2) is known color: Plum. HEX triplet: EF, AC and F2. RGB value is (239,172,242). Sum of RGB (Red+Green+Blue) = 239+172+242=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 172 (67.58% from 255 or 26.34% from 653); Blue value is 242 (94.92% from 255 or 37.06% from 653); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFACF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFACF2 is #10530D. Grayscale: #C7C7C7. Windows color (decimal): -1069838 or 15903983. OLE color: 15903983.

HSL color Cylindrical-coordinate representation of color #EFACF2: hue angle of 297.43º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFACF2 is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 172 242 -
CMYK 0.01 0.29 0 0.05
HSL 297.43º 0.73% 0.81% -
HSV(B) 297.43º 0.29% 0.95% -
XYZ 66.38 54.27 90.98 -
YUV 200.01 151.7 155.81 -
System Red Green Blue C M Y K H S L
Decimal 239 172 242 0.01 0.29 0 0.05 297.43 0.73 0.81
Hex EF AC F2 1 1D 0 5 129 49 51
Octal 357 254 362 1 35 0 5 451 111 121
Binary 11101111 10101100 11110010 1 11101 0 101 100101001 1001001 1010001

Color Harmonies of #EFACF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFACF2

Black with #EFACF2

Text Example


Text Example

White with #EFACF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFACF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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