Html Css Color HEX #EFABED Plum

📋 copy color: '#EFABED'

red 239 ◦ green 171 ◦ blue 237

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

Shades of Plum #EFABED

Tints of Plum #EFABED

RGB

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

 GREEN value IS 171 (67.19% from 255) = 26.43%

 BLUE value IS 237 (92.97% from 255) = 36.63%

R = 36.94%
G = 26.43%
B = 36.63%

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

#EFABED (or 0xEFABED) is known color: Plum. HEX triplet: EF, AB and ED. RGB value is (239,171,237). Sum of RGB (Red+Green+Blue) = 239+171+237=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 171 (67.19% from 255 or 26.43% from 647); Blue value is 237 (92.97% from 255 or 36.63% from 647); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFABED is #105412. Grayscale: #C6C6C6. Windows color (decimal): -1070099 or 15576047. OLE color: 15576047.

HSL color Cylindrical-coordinate representation of color #EFABED: hue angle of 301.76º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFABED is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 171 237 -
CMYK 0 0.28 0.01 0.06
HSL 301.76º 0.68% 0.8% -
HSV(B) 301.76º 0.28% 0.94% -
XYZ 65.45 53.59 87.02 -
YUV 198.86 149.53 156.63 -
System Red Green Blue C M Y K H S L
Decimal 239 171 237 0 0.28 0.01 0.06 301.76 0.68 0.8
Hex EF AB ED 0 1C 1 6 12E 44 50
Octal 357 253 355 0 34 1 6 456 104 120
Binary 11101111 10101011 11101101 0 11100 1 110 100101110 1000100 1010000

Color Harmonies of #EFABED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFABED

Black with #EFABED

Text Example


Text Example

White with #EFABED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFABED; }

 p { color: rgb(239,171,237); }

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

background-color css

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

 a { background-color: rgb(239,171,237); }

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

border-color css

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

 span { border-color: rgb(239,171,237); }

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