Html Css Color HEX #EEACEF Plum

📋 copy color: '#EEACEF'

red 238 ◦ green 172 ◦ blue 239

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

Shades of Plum #EEACEF

Tints of Plum #EEACEF

RGB

 RED value IS 238 (93.36% from 255) = 36.67%

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

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

R = 36.67%
G = 26.5%
B = 36.83%

CMYK

 C value IS 0.00

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EEACEF (or 0xEEACEF) is known color: Plum. HEX triplet: EE, AC and EF. RGB value is (238,172,239). Sum of RGB (Red+Green+Blue) = 238+172+239=649 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.67% from 649); Green value is 172 (67.58% from 255 or 26.50% from 649); Blue value is 239 (93.75% from 255 or 36.83% from 649); Max value from RGB is 239 - color contains mainly: blue. Hex color #EEACEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEACEF is #115310. Grayscale: #C7C7C7. Windows color (decimal): -1135377 or 15707374. OLE color: 15707374.

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

Color convert

RGB 238 172 239 -
CMYK 0.00 0.28 0 0.06
HSL 299.1º 0.68% 0.81% -
HSV(B) 299.1º 0.28% 0.94% -
XYZ 65.59 53.91 88.61 -
YUV 199.37 150.37 155.55 -
System Red Green Blue C M Y K H S L
Decimal 238 172 239 0.00 0.28 0 0.06 299.1 0.68 0.81
Hex EE AC EF 0 1C 0 6 12B 44 51
Octal 356 254 357 0 34 0 6 453 104 121
Binary 11101110 10101100 11101111 0 11100 0 110 100101011 1000100 1010001

Color Harmonies of #EEACEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEACEF

Black with #EEACEF

Text Example


Text Example

White with #EEACEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEACEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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