Html Css Color HEX #E2ACEA Plum

📋 copy color: '#E2ACEA'

red 226 ◦ green 172 ◦ blue 234

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

Shades of Plum #E2ACEA

Tints of Plum #E2ACEA

RGB

 RED value IS 226 (88.67% from 255) = 35.76%

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

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

R = 35.76%
G = 27.22%
B = 37.03%

CMYK

 C value IS 0.03

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E2ACEA (or 0xE2ACEA) is known color: Plum. HEX triplet: E2, AC and EA. RGB value is (226,172,234). Sum of RGB (Red+Green+Blue) = 226+172+234=632 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.76% from 632); Green value is 172 (67.58% from 255 or 27.22% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 234 - color contains mainly: blue. Hex color #E2ACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ACEA is #1D5315. Grayscale: #C3C3C3. Windows color (decimal): -1921814 or 15379682. OLE color: 15379682.

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

Color convert

RGB 226 172 234 -
CMYK 0.03 0.26 0 0.08
HSL 292.26º 0.6% 0.8% -
HSV(B) 292.26º 0.26% 0.92% -
XYZ 60.97 51.61 84.59 -
YUV 195.21 149.89 149.96 -
System Red Green Blue C M Y K H S L
Decimal 226 172 234 0.03 0.26 0 0.08 292.26 0.6 0.8
Hex E2 AC EA 3 1A 0 8 124 3C 50
Octal 342 254 352 3 32 0 10 444 74 120
Binary 11100010 10101100 11101010 11 11010 0 1000 100100100 111100 1010000

Color Harmonies of #E2ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2ACEA

Black with #E2ACEA

Text Example


Text Example

White with #E2ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2ACEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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