Html Css Color HEX #EEA8F2 Plum

📋 copy color: '#EEA8F2'

red 238 ◦ green 168 ◦ blue 242

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

Shades of Plum #EEA8F2

Tints of Plum #EEA8F2

RGB

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

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

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

R = 36.73%
G = 25.93%
B = 37.35%

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

#EEA8F2 (or 0xEEA8F2) is known color: Plum. HEX triplet: EE, A8 and F2. RGB value is (238,168,242). Sum of RGB (Red+Green+Blue) = 238+168+242=648 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.73% from 648); Green value is 168 (66.02% from 255 or 25.93% from 648); Blue value is 242 (94.92% from 255 or 37.35% from 648); Max value from RGB is 242 - color contains mainly: blue. Hex color #EEA8F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA8F2 is #11570D. Grayscale: #C5C5C5. Windows color (decimal): -1136398 or 15902958. OLE color: 15902958.

HSL color Cylindrical-coordinate representation of color #EEA8F2: hue angle of 296.76º degrees, saturation: 0.74, 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 #EEA8F2 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 168 242 -
CMYK 0.02 0.31 0 0.05
HSL 296.76º 0.74% 0.8% -
HSV(B) 296.76º 0.31% 0.95% -
XYZ 65.29 52.59 90.71 -
YUV 197.37 153.19 156.98 -
System Red Green Blue C M Y K H S L
Decimal 238 168 242 0.02 0.31 0 0.05 296.76 0.74 0.8
Hex EE A8 F2 2 1F 0 5 129 4A 50
Octal 356 250 362 2 37 0 5 451 112 120
Binary 11101110 10101000 11110010 10 11111 0 101 100101001 1001010 1010000

Color Harmonies of #EEA8F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA8F2

Black with #EEA8F2

Text Example


Text Example

White with #EEA8F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA8F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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