Html Css Color HEX #EA9CE1 Plum

📋 copy color: '#EA9CE1'

red 234 ◦ green 156 ◦ blue 225

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

Shades of Plum #EA9CE1

Tints of Plum #EA9CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 36.59%

R = 38.05%
G = 25.37%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EA9CE1 (or 0xEA9CE1) is known color: Plum. HEX triplet: EA, 9C and E1. RGB value is (234,156,225). Sum of RGB (Red+Green+Blue) = 234+156+225=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 156 (61.33% from 255 or 25.37% from 615); Blue value is 225 (88.28% from 255 or 36.59% from 615); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9CE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9CE1 is #15631E. Grayscale: #BABABA. Windows color (decimal): -1401631 or 14785770. OLE color: 14785770.

HSL color Cylindrical-coordinate representation of color #EA9CE1: hue angle of 306.92º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EA9CE1 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 156 225 -
CMYK 0 0.33 0.04 0.08
HSL 306.92º 0.65% 0.76% -
HSV(B) 306.92º 0.33% 0.92% -
XYZ 59.41 46.71 77.12 -
YUV 187.19 149.34 161.39 -
System Red Green Blue C M Y K H S L
Decimal 234 156 225 0 0.33 0.04 0.08 306.92 0.65 0.76
Hex EA 9C E1 0 21 4 8 133 41 4C
Octal 352 234 341 0 41 4 10 463 101 114
Binary 11101010 10011100 11100001 0 100001 100 1000 100110011 1000001 1001100

Color Harmonies of #EA9CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9CE1

Black with #EA9CE1

Text Example


Text Example

White with #EA9CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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