Html Css Color HEX #EA9DE1 Plum

📋 copy color: '#EA9DE1'

red 234 ◦ green 157 ◦ blue 225

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

Shades of Plum #EA9DE1

Tints of Plum #EA9DE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 36.53%

R = 37.99%
G = 25.49%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EA9DE1 (or 0xEA9DE1) is known color: Plum. HEX triplet: EA, 9D and E1. RGB value is (234,157,225). Sum of RGB (Red+Green+Blue) = 234+157+225=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 157 (61.72% from 255 or 25.49% from 616); Blue value is 225 (88.28% from 255 or 36.53% from 616); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9DE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9DE1 is #15621E. Grayscale: #BBBBBB. Windows color (decimal): -1401375 or 14786026. OLE color: 14786026.

HSL color Cylindrical-coordinate representation of color #EA9DE1: hue angle of 307.01º 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 #EA9DE1 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 157 225 -
CMYK 0 0.33 0.04 0.08
HSL 307.01º 0.65% 0.77% -
HSV(B) 307.01º 0.33% 0.92% -
XYZ 59.58 47.04 77.17 -
YUV 187.78 149.01 160.97 -
System Red Green Blue C M Y K H S L
Decimal 234 157 225 0 0.33 0.04 0.08 307.01 0.65 0.77
Hex EA 9D E1 0 21 4 8 133 41 4D
Octal 352 235 341 0 41 4 10 463 101 115
Binary 11101010 10011101 11100001 0 100001 100 1000 100110011 1000001 1001101

Color Harmonies of #EA9DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9DE1

Black with #EA9DE1

Text Example


Text Example

White with #EA9DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9DE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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