Html Css Color HEX #EA9BE8 Plum

📋 copy color: '#EA9BE8'

red 234 ◦ green 155 ◦ blue 232

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

Shades of Plum #EA9BE8

Tints of Plum #EA9BE8

RGB

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

 GREEN value IS 155 (60.94% from 255) = 24.96%

 BLUE value IS 232 (91.02% from 255) = 37.36%

R = 37.68%
G = 24.96%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#EA9BE8 (or 0xEA9BE8) is known color: Plum. HEX triplet: EA, 9B and E8. RGB value is (234,155,232). Sum of RGB (Red+Green+Blue) = 234+155+232=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 155 (60.94% from 255 or 24.96% from 621); Blue value is 232 (91.02% from 255 or 37.36% from 621); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9BE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9BE8 is #156417. Grayscale: #BBBBBB. Windows color (decimal): -1401880 or 15244266. OLE color: 15244266.

HSL color Cylindrical-coordinate representation of color #EA9BE8: hue angle of 301.52º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EA9BE8 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 155 232 -
CMYK 0 0.34 0.01 0.08
HSL 301.52º 0.65% 0.76% -
HSV(B) 301.52º 0.34% 0.92% -
XYZ 60.22 46.76 82.2 -
YUV 187.4 153.17 161.24 -
System Red Green Blue C M Y K H S L
Decimal 234 155 232 0 0.34 0.01 0.08 301.52 0.65 0.76
Hex EA 9B E8 0 22 1 8 12E 41 4C
Octal 352 233 350 0 42 1 10 456 101 114
Binary 11101010 10011011 11101000 0 100010 1 1000 100101110 1000001 1001100

Color Harmonies of #EA9BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9BE8

Black with #EA9BE8

Text Example


Text Example

White with #EA9BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9BE8; }

 p { color: rgb(234,155,232); }

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

background-color css

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

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

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

border-color css

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

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

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