Html Css Color HEX #EFAAEC Plum

📋 copy color: '#EFAAEC'

red 239 ◦ green 170 ◦ blue 236

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

Shades of Plum #EFAAEC

Tints of Plum #EFAAEC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 26.36%

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

R = 37.05%
G = 26.36%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EFAAEC (or 0xEFAAEC) is known color: Plum. HEX triplet: EF, AA and EC. RGB value is (239,170,236). Sum of RGB (Red+Green+Blue) = 239+170+236=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 170 (66.80% from 255 or 26.36% from 645); Blue value is 236 (92.58% from 255 or 36.59% from 645); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAAEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAAEC is #105513. Grayscale: #C5C5C5. Windows color (decimal): -1070356 or 15510255. OLE color: 15510255.

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

Color convert

RGB 239 170 236 -
CMYK 0 0.29 0.01 0.06
HSL 302.61º 0.68% 0.8% -
HSV(B) 302.61º 0.29% 0.94% -
XYZ 65.11 53.16 86.19 -
YUV 198.16 149.36 157.13 -
System Red Green Blue C M Y K H S L
Decimal 239 170 236 0 0.29 0.01 0.06 302.61 0.68 0.8
Hex EF AA EC 0 1D 1 6 12F 44 50
Octal 357 252 354 0 35 1 6 457 104 120
Binary 11101111 10101010 11101100 0 11101 1 110 100101111 1000100 1010000

Color Harmonies of #EFAAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAAEC

Black with #EFAAEC

Text Example


Text Example

White with #EFAAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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