Html Css Color HEX #EFABEF Plum

📋 copy color: '#EFABEF'

red 239 ◦ green 171 ◦ blue 239

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

Shades of Plum #EFABEF

Tints of Plum #EFABEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.83%

R = 36.83%
G = 26.35%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EFABEF (or 0xEFABEF) is known color: Plum. HEX triplet: EF, AB and EF. RGB value is (239,171,239). Sum of RGB (Red+Green+Blue) = 239+171+239=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 171 (67.19% from 255 or 26.35% from 649); Blue value is 239 (93.75% from 255 or 36.83% from 649); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFABEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFABEF is #105410. Grayscale: #C6C6C6. Windows color (decimal): -1070097 or 15707119. OLE color: 15707119.

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

Color convert

RGB 239 171 239 -
CMYK 0 0.28 0 0.06
HSL 300º 0.68% 0.8% -
HSV(B) 300º 0.28% 0.94% -
XYZ 65.74 53.71 88.56 -
YUV 199.08 150.53 156.47 -
System Red Green Blue C M Y K H S L
Decimal 239 171 239 0 0.28 0 0.06 300 0.68 0.8
Hex EF AB EF 0 1C 0 6 12C 44 50
Octal 357 253 357 0 34 0 6 454 104 120
Binary 11101111 10101011 11101111 0 11100 0 110 100101100 1000100 1010000

Color Harmonies of #EFABEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFABEF

Black with #EFABEF

Text Example


Text Example

White with #EFABEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFABEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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