Html Css Color HEX #EAB0EC Plum

📋 copy color: '#EAB0EC'

red 234 ◦ green 176 ◦ blue 236

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

Shades of Plum #EAB0EC

Tints of Plum #EAB0EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.53%

R = 36.22%
G = 27.24%
B = 36.53%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EAB0EC (or 0xEAB0EC) is known color: Plum. HEX triplet: EA, B0 and EC. RGB value is (234,176,236). Sum of RGB (Red+Green+Blue) = 234+176+236=646 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.22% from 646); Green value is 176 (69.14% from 255 or 27.24% from 646); Blue value is 236 (92.58% from 255 or 36.53% from 646); Max value from RGB is 236 - color contains mainly: blue. Hex color #EAB0EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAB0EC is #154F13. Grayscale: #C8C8C8. Windows color (decimal): -1396500 or 15511786. OLE color: 15511786.

HSL color Cylindrical-coordinate representation of color #EAB0EC: hue angle of 298º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EAB0EC is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 234 176 236 -
CMYK 0.01 0.25 0 0.07
HSL 298º 0.61% 0.81% -
HSV(B) 298º 0.25% 0.93% -
XYZ 64.6 54.6 86.49 -
YUV 200.18 148.22 152.12 -
System Red Green Blue C M Y K H S L
Decimal 234 176 236 0.01 0.25 0 0.07 298 0.61 0.81
Hex EA B0 EC 1 19 0 7 12A 3D 51
Octal 352 260 354 1 31 0 7 452 75 121
Binary 11101010 10110000 11101100 1 11001 0 111 100101010 111101 1010001

Color Harmonies of #EAB0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB0EC

Black with #EAB0EC

Text Example


Text Example

White with #EAB0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB0EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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