Html Css Color HEX #EA9EEF Plum

📋 copy color: '#EA9EEF'

red 234 ◦ green 158 ◦ blue 239

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

Shades of Plum #EA9EEF

Tints of Plum #EA9EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.88%

R = 37.08%
G = 25.04%
B = 37.88%

CMYK

 C value IS 0.02

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EA9EEF (or 0xEA9EEF) is known color: Plum. HEX triplet: EA, 9E and EF. RGB value is (234,158,239). Sum of RGB (Red+Green+Blue) = 234+158+239=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 158 (62.11% from 255 or 25.04% from 631); Blue value is 239 (93.75% from 255 or 37.88% from 631); Max value from RGB is 239 - color contains mainly: blue. Hex color #EA9EEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9EEF is #156110. Grayscale: #BDBDBD. Windows color (decimal): -1401105 or 15703786. OLE color: 15703786.

HSL color Cylindrical-coordinate representation of color #EA9EEF: hue angle of 296.3º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EA9EEF is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 234 158 239 -
CMYK 0.02 0.34 0 0.06
HSL 296.3º 0.72% 0.78% -
HSV(B) 296.3º 0.34% 0.94% -
XYZ 61.74 48.18 87.71 -
YUV 189.96 155.68 159.41 -
System Red Green Blue C M Y K H S L
Decimal 234 158 239 0.02 0.34 0 0.06 296.3 0.72 0.78
Hex EA 9E EF 2 22 0 6 128 48 4E
Octal 352 236 357 2 42 0 6 450 110 116
Binary 11101010 10011110 11101111 10 100010 0 110 100101000 1001000 1001110

Color Harmonies of #EA9EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9EEF

Black with #EA9EEF

Text Example


Text Example

White with #EA9EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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