Html Css Color HEX #EA9EF6 Plum

📋 copy color: '#EA9EF6'

red 234 ◦ green 158 ◦ blue 246

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

Shades of Plum #EA9EF6

Tints of Plum #EA9EF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 38.56%

R = 36.68%
G = 24.76%
B = 38.56%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EA9EF6 (or 0xEA9EF6) is known color: Plum. HEX triplet: EA, 9E and F6. RGB value is (234,158,246). Sum of RGB (Red+Green+Blue) = 234+158+246=638 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.68% from 638); Green value is 158 (62.11% from 255 or 24.76% from 638); Blue value is 246 (96.48% from 255 or 38.56% from 638); Max value from RGB is 246 - color contains mainly: blue. Hex color #EA9EF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9EF6 is #156109. Grayscale: #BEBEBE. Windows color (decimal): -1401098 or 16162538. OLE color: 16162538.

HSL color Cylindrical-coordinate representation of color #EA9EF6: hue angle of 291.82º degrees, saturation: 0.83, 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 #EA9EF6 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 234 158 246 -
CMYK 0.05 0.36 0 0.04
HSL 291.82º 0.83% 0.79% -
HSV(B) 291.82º 0.36% 0.96% -
XYZ 62.79 48.6 93.26 -
YUV 190.76 159.18 158.84 -
System Red Green Blue C M Y K H S L
Decimal 234 158 246 0.05 0.36 0 0.04 291.82 0.83 0.79
Hex EA 9E F6 5 24 0 4 124 53 4F
Octal 352 236 366 5 44 0 4 444 123 117
Binary 11101010 10011110 11110110 101 100100 0 100 100100100 1010011 1001111

Color Harmonies of #EA9EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9EF6

Black with #EA9EF6

Text Example


Text Example

White with #EA9EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9EF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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