Html Css Color HEX #EA9FF2 Plum

📋 copy color: '#EA9FF2'

red 234 ◦ green 159 ◦ blue 242

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

Shades of Plum #EA9FF2

Tints of Plum #EA9FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.11%

R = 36.85%
G = 25.04%
B = 38.11%

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

#EA9FF2 (or 0xEA9FF2) is known color: Plum. HEX triplet: EA, 9F and F2. RGB value is (234,159,242). Sum of RGB (Red+Green+Blue) = 234+159+242=635 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.85% from 635); Green value is 159 (62.5% from 255 or 25.04% from 635); Blue value is 242 (94.92% from 255 or 38.11% from 635); Max value from RGB is 242 - color contains mainly: blue. Hex color #EA9FF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9FF2 is #15600D. Grayscale: #BEBEBE. Windows color (decimal): -1400846 or 15900650. OLE color: 15900650.

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

Color convert

RGB 234 159 242 -
CMYK 0.03 0.34 0 0.05
HSL 294.22º 0.76% 0.79% -
HSV(B) 294.22º 0.34% 0.95% -
XYZ 62.36 48.7 90.12 -
YUV 190.89 156.85 158.75 -
System Red Green Blue C M Y K H S L
Decimal 234 159 242 0.03 0.34 0 0.05 294.22 0.76 0.79
Hex EA 9F F2 3 22 0 5 126 4C 4F
Octal 352 237 362 3 42 0 5 446 114 117
Binary 11101010 10011111 11110010 11 100010 0 101 100100110 1001100 1001111

Color Harmonies of #EA9FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9FF2

Black with #EA9FF2

Text Example


Text Example

White with #EA9FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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