Html Css Color HEX #EA9CED Plum

📋 copy color: '#EA9CED'

red 234 ◦ green 156 ◦ blue 237

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

Shades of Plum #EA9CED

Tints of Plum #EA9CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.8%

R = 37.32%
G = 24.88%
B = 37.8%

CMYK

 C value IS 0.01

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EA9CED (or 0xEA9CED) is known color: Plum. HEX triplet: EA, 9C and ED. RGB value is (234,156,237). Sum of RGB (Red+Green+Blue) = 234+156+237=627 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.32% from 627); Green value is 156 (61.33% from 255 or 24.88% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 237 - color contains mainly: blue. Hex color #EA9CED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9CED is #156312. Grayscale: #BCBCBC. Windows color (decimal): -1401619 or 15572202. OLE color: 15572202.

HSL color Cylindrical-coordinate representation of color #EA9CED: hue angle of 297.78º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EA9CED is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 234 156 237 -
CMYK 0.01 0.34 0 0.07
HSL 297.78º 0.69% 0.77% -
HSV(B) 297.78º 0.34% 0.93% -
XYZ 61.11 47.38 86.05 -
YUV 188.56 155.34 160.41 -
System Red Green Blue C M Y K H S L
Decimal 234 156 237 0.01 0.34 0 0.07 297.78 0.69 0.77
Hex EA 9C ED 1 22 0 7 12A 45 4D
Octal 352 234 355 1 42 0 7 452 105 115
Binary 11101010 10011100 11101101 1 100010 0 111 100101010 1000101 1001101

Color Harmonies of #EA9CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9CED

Black with #EA9CED

Text Example


Text Example

White with #EA9CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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