Html Css Color HEX #EA9EF3 Plum

📋 copy color: '#EA9EF3'

red 234 ◦ green 158 ◦ blue 243

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

Shades of Plum #EA9EF3

Tints of Plum #EA9EF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.27%

R = 36.85%
G = 24.88%
B = 38.27%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EA9EF3 (or 0xEA9EF3) is known color: Plum. HEX triplet: EA, 9E and F3. RGB value is (234,158,243). Sum of RGB (Red+Green+Blue) = 234+158+243=635 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.85% from 635); Green value is 158 (62.11% from 255 or 24.88% from 635); Blue value is 243 (95.31% from 255 or 38.27% from 635); Max value from RGB is 243 - color contains mainly: blue. Hex color #EA9EF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9EF3 is #15610C. Grayscale: #BEBEBE. Windows color (decimal): -1401101 or 15965930. OLE color: 15965930.

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

Color convert

RGB 234 158 243 -
CMYK 0.04 0.35 0 0.05
HSL 293.65º 0.78% 0.79% -
HSV(B) 293.65º 0.35% 0.95% -
XYZ 62.34 48.42 90.85 -
YUV 190.41 157.68 159.09 -
System Red Green Blue C M Y K H S L
Decimal 234 158 243 0.04 0.35 0 0.05 293.65 0.78 0.79
Hex EA 9E F3 4 23 0 5 126 4E 4F
Octal 352 236 363 4 43 0 5 446 116 117
Binary 11101010 10011110 11110011 100 100011 0 101 100100110 1001110 1001111

Color Harmonies of #EA9EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9EF3

Black with #EA9EF3

Text Example


Text Example

White with #EA9EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9EF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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