Html Css Color HEX #EEA8EA Plum

📋 copy color: '#EEA8EA'

red 238 ◦ green 168 ◦ blue 234

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

Shades of Plum #EEA8EA

Tints of Plum #EEA8EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.56%

R = 37.19%
G = 26.25%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EEA8EA (or 0xEEA8EA) is known color: Plum. HEX triplet: EE, A8 and EA. RGB value is (238,168,234). Sum of RGB (Red+Green+Blue) = 238+168+234=640 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.19% from 640); Green value is 168 (66.02% from 255 or 26.25% from 640); Blue value is 234 (91.80% from 255 or 36.56% from 640); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA8EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA8EA is #115715. Grayscale: #C4C4C4. Windows color (decimal): -1136406 or 15378670. OLE color: 15378670.

HSL color Cylindrical-coordinate representation of color #EEA8EA: hue angle of 303.43º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEA8EA is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 168 234 -
CMYK 0 0.29 0.02 0.07
HSL 303.43º 0.67% 0.8% -
HSV(B) 303.43º 0.29% 0.93% -
XYZ 64.11 52.12 84.52 -
YUV 196.45 149.19 157.63 -
System Red Green Blue C M Y K H S L
Decimal 238 168 234 0 0.29 0.02 0.07 303.43 0.67 0.8
Hex EE A8 EA 0 1D 2 7 12F 43 50
Octal 356 250 352 0 35 2 7 457 103 120
Binary 11101110 10101000 11101010 0 11101 10 111 100101111 1000011 1010000

Color Harmonies of #EEA8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA8EA

Black with #EEA8EA

Text Example


Text Example

White with #EEA8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA8EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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