Html Css Color HEX #EA9EF1 Plum

📋 copy color: '#EA9EF1'

red 234 ◦ green 158 ◦ blue 241

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

Shades of Plum #EA9EF1

Tints of Plum #EA9EF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.07%

R = 36.97%
G = 24.96%
B = 38.07%

CMYK

 C value IS 0.03

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EA9EF1 (or 0xEA9EF1) is known color: Plum. HEX triplet: EA, 9E and F1. RGB value is (234,158,241). Sum of RGB (Red+Green+Blue) = 234+158+241=633 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.97% from 633); Green value is 158 (62.11% from 255 or 24.96% from 633); Blue value is 241 (94.53% from 255 or 38.07% from 633); Max value from RGB is 241 - color contains mainly: blue. Hex color #EA9EF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9EF1 is #15610E. Grayscale: #BDBDBD. Windows color (decimal): -1401103 or 15834858. OLE color: 15834858.

HSL color Cylindrical-coordinate representation of color #EA9EF1: hue angle of 294.94º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EA9EF1 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 158 241 -
CMYK 0.03 0.34 0 0.05
HSL 294.94º 0.75% 0.78% -
HSV(B) 294.94º 0.34% 0.95% -
XYZ 62.04 48.3 89.27 -
YUV 190.19 156.68 159.25 -
System Red Green Blue C M Y K H S L
Decimal 234 158 241 0.03 0.34 0 0.05 294.94 0.75 0.78
Hex EA 9E F1 3 22 0 5 127 4B 4E
Octal 352 236 361 3 42 0 5 447 113 116
Binary 11101010 10011110 11110001 11 100010 0 101 100100111 1001011 1001110

Color Harmonies of #EA9EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9EF1

Black with #EA9EF1

Text Example


Text Example

White with #EA9EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9EF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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