Html Css Color HEX #EAACE7 Plum

📋 copy color: '#EAACE7'

red 234 ◦ green 172 ◦ blue 231

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

Shades of Plum #EAACE7

Tints of Plum #EAACE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 36.26%

R = 36.73%
G = 27%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#EAACE7 (or 0xEAACE7) is known color: Plum. HEX triplet: EA, AC and E7. RGB value is (234,172,231). Sum of RGB (Red+Green+Blue) = 234+172+231=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 172 (67.58% from 255 or 27.00% from 637); Blue value is 231 (90.62% from 255 or 36.26% from 637); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAACE7 is #155318. Grayscale: #C5C5C5. Windows color (decimal): -1397529 or 15183082. OLE color: 15183082.

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

Color convert

RGB 234 172 231 -
CMYK 0 0.26 0.01 0.08
HSL 302.9º 0.6% 0.8% -
HSV(B) 302.9º 0.26% 0.92% -
XYZ 63.11 52.77 82.46 -
YUV 197.26 147.04 154.2 -
System Red Green Blue C M Y K H S L
Decimal 234 172 231 0 0.26 0.01 0.08 302.9 0.6 0.8
Hex EA AC E7 0 1A 1 8 12F 3C 50
Octal 352 254 347 0 32 1 10 457 74 120
Binary 11101010 10101100 11100111 0 11010 1 1000 100101111 111100 1010000

Color Harmonies of #EAACE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAACE7

Black with #EAACE7

Text Example


Text Example

White with #EAACE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAACE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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