Html Css Color HEX #EEACF2 Plum

📋 copy color: '#EEACF2'

red 238 ◦ green 172 ◦ blue 242

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

Shades of Plum #EEACF2

Tints of Plum #EEACF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.12%

R = 36.5%
G = 26.38%
B = 37.12%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EEACF2 (or 0xEEACF2) is known color: Plum. HEX triplet: EE, AC and F2. RGB value is (238,172,242). Sum of RGB (Red+Green+Blue) = 238+172+242=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 172 (67.58% from 255 or 26.38% from 652); Blue value is 242 (94.92% from 255 or 37.12% from 652); Max value from RGB is 242 - color contains mainly: blue. Hex color #EEACF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEACF2 is #11530D. Grayscale: #C7C7C7. Windows color (decimal): -1135374 or 15903982. OLE color: 15903982.

HSL color Cylindrical-coordinate representation of color #EEACF2: hue angle of 296.57º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEACF2 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 172 242 -
CMYK 0.02 0.29 0 0.05
HSL 296.57º 0.73% 0.81% -
HSV(B) 296.57º 0.29% 0.95% -
XYZ 66.04 54.09 90.96 -
YUV 199.71 151.87 155.31 -
System Red Green Blue C M Y K H S L
Decimal 238 172 242 0.02 0.29 0 0.05 296.57 0.73 0.81
Hex EE AC F2 2 1D 0 5 129 49 51
Octal 356 254 362 2 35 0 5 451 111 121
Binary 11101110 10101100 11110010 10 11101 0 101 100101001 1001001 1010001

Color Harmonies of #EEACF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEACF2

Black with #EEACF2

Text Example


Text Example

White with #EEACF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEACF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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