Html Css Color HEX #E29CE8 Plum

📋 copy color: '#E29CE8'

red 226 ◦ green 156 ◦ blue 232

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

Shades of Plum #E29CE8

Tints of Plum #E29CE8

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.41%

 BLUE value IS 232 (91.02% from 255) = 37.79%

R = 36.81%
G = 25.41%
B = 37.79%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E29CE8 (or 0xE29CE8) is known color: Plum. HEX triplet: E2, 9C and E8. RGB value is (226,156,232). Sum of RGB (Red+Green+Blue) = 226+156+232=614 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.81% from 614); Green value is 156 (61.33% from 255 or 25.41% from 614); Blue value is 232 (91.02% from 255 or 37.79% from 614); Max value from RGB is 232 - color contains mainly: blue. Hex color #E29CE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29CE8 is #1D6317. Grayscale: #B9B9B9. Windows color (decimal): -1925912 or 15244514. OLE color: 15244514.

HSL color Cylindrical-coordinate representation of color #E29CE8: hue angle of 295.26º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E29CE8 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 226 156 232 -
CMYK 0.03 0.33 0 0.09
HSL 295.26º 0.62% 0.76% -
HSV(B) 295.26º 0.33% 0.91% -
XYZ 57.82 45.77 82.13 -
YUV 185.59 154.19 156.82 -
System Red Green Blue C M Y K H S L
Decimal 226 156 232 0.03 0.33 0 0.09 295.26 0.62 0.76
Hex E2 9C E8 3 21 0 9 127 3E 4C
Octal 342 234 350 3 41 0 11 447 76 114
Binary 11100010 10011100 11101000 11 100001 0 1001 100100111 111110 1001100

Color Harmonies of #E29CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29CE8

Black with #E29CE8

Text Example


Text Example

White with #E29CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29CE8; }

 p { color: rgb(226,156,232); }

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

background-color css

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

 a { background-color: rgb(226,156,232); }

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

border-color css

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

 span { border-color: rgb(226,156,232); }

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