Html Css Color HEX #EA9CE3 Plum

📋 copy color: '#EA9CE3'

red 234 ◦ green 156 ◦ blue 227

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

Shades of Plum #EA9CE3

Tints of Plum #EA9CE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 36.79%

R = 37.93%
G = 25.28%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EA9CE3 (or 0xEA9CE3) is known color: Plum. HEX triplet: EA, 9C and E3. RGB value is (234,156,227). Sum of RGB (Red+Green+Blue) = 234+156+227=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 156 (61.33% from 255 or 25.28% from 617); Blue value is 227 (89.06% from 255 or 36.79% from 617); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9CE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9CE3 is #15631C. Grayscale: #BBBBBB. Windows color (decimal): -1401629 or 14916842. OLE color: 14916842.

HSL color Cylindrical-coordinate representation of color #EA9CE3: hue angle of 305.38º 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 #EA9CE3 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 156 227 -
CMYK 0 0.33 0.03 0.08
HSL 305.38º 0.65% 0.76% -
HSV(B) 305.38º 0.33% 0.92% -
XYZ 59.69 46.82 78.56 -
YUV 187.42 150.34 161.23 -
System Red Green Blue C M Y K H S L
Decimal 234 156 227 0 0.33 0.03 0.08 305.38 0.65 0.76
Hex EA 9C E3 0 21 3 8 131 41 4C
Octal 352 234 343 0 41 3 10 461 101 114
Binary 11101010 10011100 11100011 0 100001 11 1000 100110001 1000001 1001100

Color Harmonies of #EA9CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9CE3

Black with #EA9CE3

Text Example


Text Example

White with #EA9CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9CE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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