Html Css Color HEX #EA9AE3 Plum

📋 copy color: '#EA9AE3'

red 234 ◦ green 154 ◦ blue 227

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

Shades of Plum #EA9AE3

Tints of Plum #EA9AE3

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.04%

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

R = 38.05%
G = 25.04%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EA9AE3 (or 0xEA9AE3) is known color: Plum. HEX triplet: EA, 9A and E3. RGB value is (234,154,227). Sum of RGB (Red+Green+Blue) = 234+154+227=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 154 (60.55% from 255 or 25.04% from 615); Blue value is 227 (89.06% from 255 or 36.91% from 615); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9AE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9AE3 is #15651C. Grayscale: #BABABA. Windows color (decimal): -1402141 or 14916330. OLE color: 14916330.

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

Color convert

RGB 234 154 227 -
CMYK 0 0.34 0.03 0.08
HSL 305.25º 0.66% 0.76% -
HSV(B) 305.25º 0.34% 0.92% -
XYZ 59.35 46.15 78.45 -
YUV 186.24 151 162.06 -
System Red Green Blue C M Y K H S L
Decimal 234 154 227 0 0.34 0.03 0.08 305.25 0.66 0.76
Hex EA 9A E3 0 22 3 8 131 42 4C
Octal 352 232 343 0 42 3 10 461 102 114
Binary 11101010 10011010 11100011 0 100010 11 1000 100110001 1000010 1001100

Color Harmonies of #EA9AE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9AE3

Black with #EA9AE3

Text Example


Text Example

White with #EA9AE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9AE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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