Html Css Color HEX #EA9FE2 Plum

📋 copy color: '#EA9FE2'

red 234 ◦ green 159 ◦ blue 226

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

Shades of Plum #EA9FE2

Tints of Plum #EA9FE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 36.51%

R = 37.8%
G = 25.69%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EA9FE2 (or 0xEA9FE2) is known color: Plum. HEX triplet: EA, 9F and E2. RGB value is (234,159,226). Sum of RGB (Red+Green+Blue) = 234+159+226=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 159 (62.5% from 255 or 25.69% from 619); Blue value is 226 (88.67% from 255 or 36.51% from 619); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9FE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9FE2 is #15601D. Grayscale: #BCBCBC. Windows color (decimal): -1400862 or 14852074. OLE color: 14852074.

HSL color Cylindrical-coordinate representation of color #EA9FE2: hue angle of 306.4º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EA9FE2 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 159 226 -
CMYK 0 0.32 0.03 0.08
HSL 306.4º 0.64% 0.77% -
HSV(B) 306.4º 0.32% 0.92% -
XYZ 60.06 47.78 78.01 -
YUV 189.06 148.85 160.05 -
System Red Green Blue C M Y K H S L
Decimal 234 159 226 0 0.32 0.03 0.08 306.4 0.64 0.77
Hex EA 9F E2 0 20 3 8 132 40 4D
Octal 352 237 342 0 40 3 10 462 100 115
Binary 11101010 10011111 11100010 0 100000 11 1000 100110010 1000000 1001101

Color Harmonies of #EA9FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9FE2

Black with #EA9FE2

Text Example


Text Example

White with #EA9FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9FE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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