Html Css Color HEX #EEA4EA Plum

📋 copy color: '#EEA4EA'

red 238 ◦ green 164 ◦ blue 234

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

Shades of Plum #EEA4EA

Tints of Plum #EEA4EA

RGB

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

 GREEN value IS 164 (64.45% from 255) = 25.79%

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

R = 37.42%
G = 25.79%
B = 36.79%

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

#EEA4EA (or 0xEEA4EA) is known color: Plum. HEX triplet: EE, A4 and EA. RGB value is (238,164,234). Sum of RGB (Red+Green+Blue) = 238+164+234=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 164 (64.45% from 255 or 25.79% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA4EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA4EA is #115B15. Grayscale: #C1C1C1. Windows color (decimal): -1137430 or 15377646. OLE color: 15377646.

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

Color convert

RGB 238 164 234 -
CMYK 0 0.31 0.02 0.07
HSL 303.24º 0.69% 0.79% -
HSV(B) 303.24º 0.31% 0.93% -
XYZ 63.39 50.67 84.28 -
YUV 194.11 150.52 159.31 -
System Red Green Blue C M Y K H S L
Decimal 238 164 234 0 0.31 0.02 0.07 303.24 0.69 0.79
Hex EE A4 EA 0 1F 2 7 12F 45 4F
Octal 356 244 352 0 37 2 7 457 105 117
Binary 11101110 10100100 11101010 0 11111 10 111 100101111 1000101 1001111

Color Harmonies of #EEA4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA4EA

Black with #EEA4EA

Text Example


Text Example

White with #EEA4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA4EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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