Html Css Color HEX #EEA6F2 Plum

📋 copy color: '#EEA6F2'

red 238 ◦ green 166 ◦ blue 242

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

Shades of Plum #EEA6F2

Tints of Plum #EEA6F2

RGB

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

 GREEN value IS 166 (65.23% from 255) = 25.7%

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

R = 36.84%
G = 25.7%
B = 37.46%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EEA6F2 (or 0xEEA6F2) is known color: Plum. HEX triplet: EE, A6 and F2. RGB value is (238,166,242). Sum of RGB (Red+Green+Blue) = 238+166+242=646 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.84% from 646); Green value is 166 (65.23% from 255 or 25.70% from 646); Blue value is 242 (94.92% from 255 or 37.46% from 646); Max value from RGB is 242 - color contains mainly: blue. Hex color #EEA6F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA6F2 is #11590D. Grayscale: #C3C3C3. Windows color (decimal): -1136910 or 15902446. OLE color: 15902446.

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

Color convert

RGB 238 166 242 -
CMYK 0.02 0.31 0 0.05
HSL 296.84º 0.75% 0.8% -
HSV(B) 296.84º 0.31% 0.95% -
XYZ 64.92 51.86 90.59 -
YUV 196.19 153.85 157.82 -
System Red Green Blue C M Y K H S L
Decimal 238 166 242 0.02 0.31 0 0.05 296.84 0.75 0.8
Hex EE A6 F2 2 1F 0 5 129 4B 50
Octal 356 246 362 2 37 0 5 451 113 120
Binary 11101110 10100110 11110010 10 11111 0 101 100101001 1001011 1010000

Color Harmonies of #EEA6F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA6F2

Black with #EEA6F2

Text Example


Text Example

White with #EEA6F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA6F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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