Html Css Color HEX #EEA5EA Plum

📋 copy color: '#EEA5EA'

red 238 ◦ green 165 ◦ blue 234

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

Shades of Plum #EEA5EA

Tints of Plum #EEA5EA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 25.9%

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

R = 37.36%
G = 25.9%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EEA5EA (or 0xEEA5EA) is known color: Plum. HEX triplet: EE, A5 and EA. RGB value is (238,165,234). Sum of RGB (Red+Green+Blue) = 238+165+234=637 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.36% from 637); Green value is 165 (64.84% from 255 or 25.90% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA5EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA5EA is #115A15. Grayscale: #C2C2C2. Windows color (decimal): -1137174 or 15377902. OLE color: 15377902.

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

Color convert

RGB 238 165 234 -
CMYK 0 0.31 0.02 0.07
HSL 303.29º 0.68% 0.79% -
HSV(B) 303.29º 0.31% 0.93% -
XYZ 63.57 51.03 84.34 -
YUV 194.69 150.18 158.89 -
System Red Green Blue C M Y K H S L
Decimal 238 165 234 0 0.31 0.02 0.07 303.29 0.68 0.79
Hex EE A5 EA 0 1F 2 7 12F 44 4F
Octal 356 245 352 0 37 2 7 457 104 117
Binary 11101110 10100101 11101010 0 11111 10 111 100101111 1000100 1001111

Color Harmonies of #EEA5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA5EA

Black with #EEA5EA

Text Example


Text Example

White with #EEA5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA5EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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