Html Css Color HEX #EEACF0 Plum

📋 copy color: '#EEACF0'

red 238 ◦ green 172 ◦ blue 240

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

Shades of Plum #EEACF0

Tints of Plum #EEACF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.92%

R = 36.62%
G = 26.46%
B = 36.92%

CMYK

 C value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EEACF0 (or 0xEEACF0) is known color: Plum. HEX triplet: EE, AC and F0. RGB value is (238,172,240). Sum of RGB (Red+Green+Blue) = 238+172+240=650 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.62% from 650); Green value is 172 (67.58% from 255 or 26.46% from 650); Blue value is 240 (94.14% from 255 or 36.92% from 650); Max value from RGB is 240 - color contains mainly: blue. Hex color #EEACF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEACF0 is #11530F. Grayscale: #C7C7C7. Windows color (decimal): -1135376 or 15772910. OLE color: 15772910.

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

Color convert

RGB 238 172 240 -
CMYK 0.01 0.28 0 0.06
HSL 298.24º 0.69% 0.81% -
HSV(B) 298.24º 0.28% 0.94% -
XYZ 65.74 53.97 89.39 -
YUV 199.49 150.87 155.47 -
System Red Green Blue C M Y K H S L
Decimal 238 172 240 0.01 0.28 0 0.06 298.24 0.69 0.81
Hex EE AC F0 1 1C 0 6 12A 45 51
Octal 356 254 360 1 34 0 6 452 105 121
Binary 11101110 10101100 11110000 1 11100 0 110 100101010 1000101 1010001

Color Harmonies of #EEACF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEACF0

Black with #EEACF0

Text Example


Text Example

White with #EEACF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEACF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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