Html Css Color HEX #EAACE5 Plum

📋 copy color: '#EAACE5'

red 234 ◦ green 172 ◦ blue 229

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

Shades of Plum #EAACE5

Tints of Plum #EAACE5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.09%

 BLUE value IS 229 (89.84% from 255) = 36.06%

R = 36.85%
G = 27.09%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EAACE5 (or 0xEAACE5) is known color: Plum. HEX triplet: EA, AC and E5. RGB value is (234,172,229). Sum of RGB (Red+Green+Blue) = 234+172+229=635 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.85% from 635); Green value is 172 (67.58% from 255 or 27.09% from 635); Blue value is 229 (89.84% from 255 or 36.06% from 635); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAACE5 is #15531A. Grayscale: #C4C4C4. Windows color (decimal): -1397531 or 15052010. OLE color: 15052010.

HSL color Cylindrical-coordinate representation of color #EAACE5: hue angle of 304.84º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAACE5 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 172 229 -
CMYK 0 0.26 0.02 0.08
HSL 304.84º 0.6% 0.8% -
HSV(B) 304.84º 0.26% 0.92% -
XYZ 62.83 52.65 80.98 -
YUV 197.04 146.04 154.37 -
System Red Green Blue C M Y K H S L
Decimal 234 172 229 0 0.26 0.02 0.08 304.84 0.6 0.8
Hex EA AC E5 0 1A 2 8 131 3C 50
Octal 352 254 345 0 32 2 10 461 74 120
Binary 11101010 10101100 11100101 0 11010 10 1000 100110001 111100 1010000

Color Harmonies of #EAACE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAACE5

Black with #EAACE5

Text Example


Text Example

White with #EAACE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAACE5; }

 p { color: rgb(234,172,229); }

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

background-color css

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

 a { background-color: rgb(234,172,229); }

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

border-color css

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

 span { border-color: rgb(234,172,229); }

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