Html Css Color HEX #EA9DE2 Plum

📋 copy color: '#EA9DE2'

red 234 ◦ green 157 ◦ blue 226

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

Shades of Plum #EA9DE2

Tints of Plum #EA9DE2

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.45%

 BLUE value IS 226 (88.67% from 255) = 36.63%

R = 37.93%
G = 25.45%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EA9DE2 (or 0xEA9DE2) is known color: Plum. HEX triplet: EA, 9D and E2. RGB value is (234,157,226). Sum of RGB (Red+Green+Blue) = 234+157+226=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 157 (61.72% from 255 or 25.45% from 617); Blue value is 226 (88.67% from 255 or 36.63% from 617); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9DE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9DE2 is #15621D. Grayscale: #BBBBBB. Windows color (decimal): -1401374 or 14851562. OLE color: 14851562.

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

Color convert

RGB 234 157 226 -
CMYK 0 0.33 0.03 0.08
HSL 306.23º 0.65% 0.77% -
HSV(B) 306.23º 0.33% 0.92% -
XYZ 59.72 47.1 77.89 -
YUV 187.89 149.51 160.89 -
System Red Green Blue C M Y K H S L
Decimal 234 157 226 0 0.33 0.03 0.08 306.23 0.65 0.77
Hex EA 9D E2 0 21 3 8 132 41 4D
Octal 352 235 342 0 41 3 10 462 101 115
Binary 11101010 10011101 11100010 0 100001 11 1000 100110010 1000001 1001101

Color Harmonies of #EA9DE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9DE2

Black with #EA9DE2

Text Example


Text Example

White with #EA9DE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9DE2; }

 p { color: rgb(234,157,226); }

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

background-color css

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

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

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

border-color css

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

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

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