Html Css Color HEX #EA9FF6 Plum

📋 copy color: '#EA9FF6'

red 234 ◦ green 159 ◦ blue 246

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

Shades of Plum #EA9FF6

Tints of Plum #EA9FF6

RGB

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

 GREEN value IS 159 (62.5% from 255) = 24.88%

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

R = 36.62%
G = 24.88%
B = 38.5%

CMYK

 C value IS 0.05

 M value IS 0.35

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EA9FF6 (or 0xEA9FF6) is known color: Plum. HEX triplet: EA, 9F and F6. RGB value is (234,159,246). Sum of RGB (Red+Green+Blue) = 234+159+246=639 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.62% from 639); Green value is 159 (62.5% from 255 or 24.88% from 639); Blue value is 246 (96.48% from 255 or 38.50% from 639); Max value from RGB is 246 - color contains mainly: blue. Hex color #EA9FF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9FF6 is #156009. Grayscale: #BFBFBF. Windows color (decimal): -1400842 or 16162794. OLE color: 16162794.

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

Color convert

RGB 234 159 246 -
CMYK 0.05 0.35 0 0.04
HSL 291.72º 0.83% 0.79% -
HSV(B) 291.72º 0.35% 0.96% -
XYZ 62.96 48.94 93.32 -
YUV 191.34 158.85 158.43 -
System Red Green Blue C M Y K H S L
Decimal 234 159 246 0.05 0.35 0 0.04 291.72 0.83 0.79
Hex EA 9F F6 5 23 0 4 124 53 4F
Octal 352 237 366 5 43 0 4 444 123 117
Binary 11101010 10011111 11110110 101 100011 0 100 100100100 1010011 1001111

Color Harmonies of #EA9FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9FF6

Black with #EA9FF6

Text Example


Text Example

White with #EA9FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9FF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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