Html Css Color HEX #EA9FEB Plum

📋 copy color: '#EA9FEB'

red 234 ◦ green 159 ◦ blue 235

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

Shades of Plum #EA9FEB

Tints of Plum #EA9FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.42%

R = 37.26%
G = 25.32%
B = 37.42%

CMYK

 C value IS 0.00

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#EA9FEB (or 0xEA9FEB) is known color: Plum. HEX triplet: EA, 9F and EB. RGB value is (234,159,235). Sum of RGB (Red+Green+Blue) = 234+159+235=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 159 (62.5% from 255 or 25.32% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #EA9FEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9FEB is #156014. Grayscale: #BDBDBD. Windows color (decimal): -1400853 or 15441898. OLE color: 15441898.

HSL color Cylindrical-coordinate representation of color #EA9FEB: hue angle of 299.21º degrees, saturation: 0.66, 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 #EA9FEB is Cyan = 0.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 159 235 -
CMYK 0.00 0.32 0 0.08
HSL 299.21º 0.66% 0.77% -
HSV(B) 299.21º 0.32% 0.92% -
XYZ 61.33 48.29 84.69 -
YUV 190.09 153.35 159.32 -
System Red Green Blue C M Y K H S L
Decimal 234 159 235 0.00 0.32 0 0.08 299.21 0.66 0.77
Hex EA 9F EB 0 20 0 8 12B 42 4D
Octal 352 237 353 0 40 0 10 453 102 115
Binary 11101010 10011111 11101011 0 100000 0 1000 100101011 1000010 1001101

Color Harmonies of #EA9FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9FEB

Black with #EA9FEB

Text Example


Text Example

White with #EA9FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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