Html Css Color HEX #EAABEA Plum

📋 copy color: '#EAABEA'

red 234 ◦ green 171 ◦ blue 234

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

Shades of Plum #EAABEA

Tints of Plum #EAABEA

RGB

 RED value IS 234 (91.8% from 255) = 36.62%

 GREEN value IS 171 (67.19% from 255) = 26.76%

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

R = 36.62%
G = 26.76%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#EAABEA (or 0xEAABEA) is known color: Plum. HEX triplet: EA, AB and EA. RGB value is (234,171,234). Sum of RGB (Red+Green+Blue) = 234+171+234=639 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.62% from 639); Green value is 171 (67.19% from 255 or 26.76% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EAABEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAABEA is #155415. Grayscale: #C4C4C4. Windows color (decimal): -1397782 or 15379434. OLE color: 15379434.

HSL color Cylindrical-coordinate representation of color #EAABEA: hue angle of 300º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAABEA is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 171 234 -
CMYK 0 0.27 0 0.08
HSL 300º 0.6% 0.79% -
HSV(B) 300º 0.27% 0.92% -
XYZ 63.35 52.56 84.65 -
YUV 197.02 148.87 154.38 -
System Red Green Blue C M Y K H S L
Decimal 234 171 234 0 0.27 0 0.08 300 0.6 0.79
Hex EA AB EA 0 1B 0 8 12C 3C 4F
Octal 352 253 352 0 33 0 10 454 74 117
Binary 11101010 10101011 11101010 0 11011 0 1000 100101100 111100 1001111

Color Harmonies of #EAABEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAABEA

Black with #EAABEA

Text Example


Text Example

White with #EAABEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAABEA; }

 p { color: rgb(234,171,234); }

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

background-color css

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

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

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

border-color css

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

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

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