Html Css Color HEX #EAB0EF Plum

📋 copy color: '#EAB0EF'

red 234 ◦ green 176 ◦ blue 239

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

Shades of Plum #EAB0EF

Tints of Plum #EAB0EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.83%

R = 36.06%
G = 27.12%
B = 36.83%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EAB0EF (or 0xEAB0EF) is known color: Plum. HEX triplet: EA, B0 and EF. RGB value is (234,176,239). Sum of RGB (Red+Green+Blue) = 234+176+239=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 176 (69.14% from 255 or 27.12% from 649); Blue value is 239 (93.75% from 255 or 36.83% from 649); Max value from RGB is 239 - color contains mainly: blue. Hex color #EAB0EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAB0EF is #154F10. Grayscale: #C8C8C8. Windows color (decimal): -1396497 or 15708394. OLE color: 15708394.

HSL color Cylindrical-coordinate representation of color #EAB0EF: hue angle of 295.24º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAB0EF is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 234 176 239 -
CMYK 0.02 0.26 0 0.06
HSL 295.24º 0.66% 0.81% -
HSV(B) 295.24º 0.26% 0.94% -
XYZ 65.04 54.78 88.81 -
YUV 200.52 149.72 151.88 -
System Red Green Blue C M Y K H S L
Decimal 234 176 239 0.02 0.26 0 0.06 295.24 0.66 0.81
Hex EA B0 EF 2 1A 0 6 127 42 51
Octal 352 260 357 2 32 0 6 447 102 121
Binary 11101010 10110000 11101111 10 11010 0 110 100100111 1000010 1010001

Color Harmonies of #EAB0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB0EF

Black with #EAB0EF

Text Example


Text Example

White with #EAB0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB0EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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