Html Css Color HEX #EEA8F4 Plum

📋 copy color: '#EEA8F4'

red 238 ◦ green 168 ◦ blue 244

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

Shades of Plum #EEA8F4

Tints of Plum #EEA8F4

RGB

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

 GREEN value IS 168 (66.02% from 255) = 25.85%

 BLUE value IS 244 (95.7% from 255) = 37.54%

R = 36.62%
G = 25.85%
B = 37.54%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EEA8F4 (or 0xEEA8F4) is known color: Plum. HEX triplet: EE, A8 and F4. RGB value is (238,168,244). Sum of RGB (Red+Green+Blue) = 238+168+244=650 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.62% from 650); Green value is 168 (66.02% from 255 or 25.85% from 650); Blue value is 244 (95.70% from 255 or 37.54% from 650); Max value from RGB is 244 - color contains mainly: blue. Hex color #EEA8F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA8F4 is #11570B. Grayscale: #C5C5C5. Windows color (decimal): -1136396 or 16034030. OLE color: 16034030.

HSL color Cylindrical-coordinate representation of color #EEA8F4: hue angle of 295.26º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EEA8F4 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 238 168 244 -
CMYK 0.02 0.31 0 0.04
HSL 295.26º 0.78% 0.81% -
HSV(B) 295.26º 0.31% 0.96% -
XYZ 65.59 52.71 92.31 -
YUV 197.59 154.19 156.82 -
System Red Green Blue C M Y K H S L
Decimal 238 168 244 0.02 0.31 0 0.04 295.26 0.78 0.81
Hex EE A8 F4 2 1F 0 4 127 4E 51
Octal 356 250 364 2 37 0 4 447 116 121
Binary 11101110 10101000 11110100 10 11111 0 100 100100111 1001110 1010001

Color Harmonies of #EEA8F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA8F4

Black with #EEA8F4

Text Example


Text Example

White with #EEA8F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA8F4; }

 p { color: rgb(238,168,244); }

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

background-color css

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

 a { background-color: rgb(238,168,244); }

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

border-color css

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

 span { border-color: rgb(238,168,244); }

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