Html Css Color HEX #EAB0EA Plum

📋 copy color: '#EAB0EA'

red 234 ◦ green 176 ◦ blue 234

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

Shades of Plum #EAB0EA

Tints of Plum #EAB0EA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.33%

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

R = 36.34%
G = 27.33%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#EAB0EA (or 0xEAB0EA) is known color: Plum. HEX triplet: EA, B0 and EA. RGB value is (234,176,234). Sum of RGB (Red+Green+Blue) = 234+176+234=644 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.34% from 644); Green value is 176 (69.14% from 255 or 27.33% from 644); Blue value is 234 (91.80% from 255 or 36.34% from 644); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EAB0EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAB0EA is #154F15. Grayscale: #C7C7C7. Windows color (decimal): -1396502 or 15380714. OLE color: 15380714.

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

Color convert

RGB 234 176 234 -
CMYK 0 0.25 0 0.08
HSL 300º 0.58% 0.8% -
HSV(B) 300º 0.25% 0.92% -
XYZ 64.31 54.48 84.97 -
YUV 199.95 147.22 152.28 -
System Red Green Blue C M Y K H S L
Decimal 234 176 234 0 0.25 0 0.08 300 0.58 0.8
Hex EA B0 EA 0 19 0 8 12C 3A 50
Octal 352 260 352 0 31 0 10 454 72 120
Binary 11101010 10110000 11101010 0 11001 0 1000 100101100 111010 1010000

Color Harmonies of #EAB0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB0EA

Black with #EAB0EA

Text Example


Text Example

White with #EAB0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB0EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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