Html Css Color HEX #EA9EF5 Plum

📋 copy color: '#EA9EF5'

red 234 ◦ green 158 ◦ blue 245

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

Shades of Plum #EA9EF5

Tints of Plum #EA9EF5

RGB

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

 GREEN value IS 158 (62.11% from 255) = 24.8%

 BLUE value IS 245 (96.09% from 255) = 38.46%

R = 36.73%
G = 24.8%
B = 38.46%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EA9EF5 (or 0xEA9EF5) is known color: Plum. HEX triplet: EA, 9E and F5. RGB value is (234,158,245). Sum of RGB (Red+Green+Blue) = 234+158+245=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 158 (62.11% from 255 or 24.80% from 637); Blue value is 245 (96.09% from 255 or 38.46% from 637); Max value from RGB is 245 - color contains mainly: blue. Hex color #EA9EF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9EF5 is #15610A. Grayscale: #BEBEBE. Windows color (decimal): -1401099 or 16097002. OLE color: 16097002.

HSL color Cylindrical-coordinate representation of color #EA9EF5: hue angle of 292.41º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EA9EF5 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 234 158 245 -
CMYK 0.04 0.36 0 0.04
HSL 292.41º 0.81% 0.79% -
HSV(B) 292.41º 0.36% 0.96% -
XYZ 62.64 48.54 92.45 -
YUV 190.64 158.68 158.93 -
System Red Green Blue C M Y K H S L
Decimal 234 158 245 0.04 0.36 0 0.04 292.41 0.81 0.79
Hex EA 9E F5 4 24 0 4 124 51 4F
Octal 352 236 365 4 44 0 4 444 121 117
Binary 11101010 10011110 11110101 100 100100 0 100 100100100 1010001 1001111

Color Harmonies of #EA9EF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9EF5

Black with #EA9EF5

Text Example


Text Example

White with #EA9EF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9EF5; }

 p { color: rgb(234,158,245); }

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

background-color css

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

 a { background-color: rgb(234,158,245); }

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

border-color css

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

 span { border-color: rgb(234,158,245); }

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