Html Css Color HEX #E7ACEA Plum

📋 copy color: '#E7ACEA'

red 231 ◦ green 172 ◦ blue 234

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

Shades of Plum #E7ACEA

Tints of Plum #E7ACEA

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

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

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

Color convert

RGB 231 172 234 -
CMYK 0.01 0.26 0 0.08
HSL 297.1º 0.6% 0.8% -
HSV(B) 297.1º 0.26% 0.92% -
XYZ 62.56 52.43 84.67 -
YUV 196.71 149.05 152.46 -
System Red Green Blue C M Y K H S L
Decimal 231 172 234 0.01 0.26 0 0.08 297.1 0.6 0.8
Hex E7 AC EA 1 1A 0 8 129 3C 50
Octal 347 254 352 1 32 0 10 451 74 120
Binary 11100111 10101100 11101010 1 11010 0 1000 100101001 111100 1010000

Color Harmonies of #E7ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7ACEA

Black with #E7ACEA

Text Example


Text Example

White with #E7ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7ACEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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