Html Css Color HEX #EEA4F2 Plum

📋 copy color: '#EEA4F2'

red 238 ◦ green 164 ◦ blue 242

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

Shades of Plum #EEA4F2

Tints of Plum #EEA4F2

RGB

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

 GREEN value IS 164 (64.45% from 255) = 25.47%

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

R = 36.96%
G = 25.47%
B = 37.58%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EEA4F2 (or 0xEEA4F2) is known color: Plum. HEX triplet: EE, A4 and F2. RGB value is (238,164,242). Sum of RGB (Red+Green+Blue) = 238+164+242=644 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.96% from 644); Green value is 164 (64.45% from 255 or 25.47% from 644); Blue value is 242 (94.92% from 255 or 37.58% from 644); Max value from RGB is 242 - color contains mainly: blue. Hex color #EEA4F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA4F2 is #115B0D. Grayscale: #C2C2C2. Windows color (decimal): -1137422 or 15901934. OLE color: 15901934.

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

Color convert

RGB 238 164 242 -
CMYK 0.02 0.32 0 0.05
HSL 296.92º 0.75% 0.8% -
HSV(B) 296.92º 0.32% 0.95% -
XYZ 64.56 51.14 90.47 -
YUV 195.02 154.52 158.66 -
System Red Green Blue C M Y K H S L
Decimal 238 164 242 0.02 0.32 0 0.05 296.92 0.75 0.8
Hex EE A4 F2 2 20 0 5 129 4B 50
Octal 356 244 362 2 40 0 5 451 113 120
Binary 11101110 10100100 11110010 10 100000 0 101 100101001 1001011 1010000

Color Harmonies of #EEA4F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA4F2

Black with #EEA4F2

Text Example


Text Example

White with #EEA4F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA4F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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