Html Css Color HEX #EA9CEB Plum

📋 copy color: '#EA9CEB'

red 234 ◦ green 156 ◦ blue 235

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

Shades of Plum #EA9CEB

Tints of Plum #EA9CEB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 24.96%

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

R = 37.44%
G = 24.96%
B = 37.6%

CMYK

 C value IS 0.00

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#EA9CEB (or 0xEA9CEB) is known color: Plum. HEX triplet: EA, 9C and EB. RGB value is (234,156,235). Sum of RGB (Red+Green+Blue) = 234+156+235=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 156 (61.33% from 255 or 24.96% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 235 - color contains mainly: blue. Hex color #EA9CEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9CEB is #156314. Grayscale: #BCBCBC. Windows color (decimal): -1401621 or 15441130. OLE color: 15441130.

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

Color convert

RGB 234 156 235 -
CMYK 0.00 0.34 0 0.08
HSL 299.24º 0.66% 0.77% -
HSV(B) 299.24º 0.34% 0.92% -
XYZ 60.82 47.27 84.52 -
YUV 188.33 154.34 160.58 -
System Red Green Blue C M Y K H S L
Decimal 234 156 235 0.00 0.34 0 0.08 299.24 0.66 0.77
Hex EA 9C EB 0 22 0 8 12B 42 4D
Octal 352 234 353 0 42 0 10 453 102 115
Binary 11101010 10011100 11101011 0 100010 0 1000 100101011 1000010 1001101

Color Harmonies of #EA9CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9CEB

Black with #EA9CEB

Text Example


Text Example

White with #EA9CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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