Html Css Color HEX #EEA0F4 Plum

📋 copy color: '#EEA0F4'

red 238 ◦ green 160 ◦ blue 244

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

Shades of Plum #EEA0F4

Tints of Plum #EEA0F4

RGB

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

 GREEN value IS 160 (62.89% from 255) = 24.92%

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

R = 37.07%
G = 24.92%
B = 38.01%

CMYK

 C value IS 0.02

 M value IS 0.34

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EEA0F4 (or 0xEEA0F4) is known color: Plum. HEX triplet: EE, A0 and F4. RGB value is (238,160,244). Sum of RGB (Red+Green+Blue) = 238+160+244=642 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.07% from 642); Green value is 160 (62.89% from 255 or 24.92% from 642); Blue value is 244 (95.70% from 255 or 38.01% from 642); Max value from RGB is 244 - color contains mainly: blue. Hex color #EEA0F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA0F4 is #115F0B. Grayscale: #C0C0C0. Windows color (decimal): -1138444 or 16031982. OLE color: 16031982.

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

Color convert

RGB 238 160 244 -
CMYK 0.02 0.34 0 0.04
HSL 295.71º 0.79% 0.79% -
HSV(B) 295.71º 0.34% 0.96% -
XYZ 64.16 49.85 91.83 -
YUV 192.9 156.84 160.17 -
System Red Green Blue C M Y K H S L
Decimal 238 160 244 0.02 0.34 0 0.04 295.71 0.79 0.79
Hex EE A0 F4 2 22 0 4 128 4F 4F
Octal 356 240 364 2 42 0 4 450 117 117
Binary 11101110 10100000 11110100 10 100010 0 100 100101000 1001111 1001111

Color Harmonies of #EEA0F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA0F4

Black with #EEA0F4

Text Example


Text Example

White with #EEA0F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA0F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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