Html Css Color HEX #E29FD3 Plum

📋 copy color: '#E29FD3'

red 226 ◦ green 159 ◦ blue 211

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

Shades of Plum #E29FD3

Tints of Plum #E29FD3

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.68%

 BLUE value IS 211 (82.81% from 255) = 35.4%

R = 37.92%
G = 26.68%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#E29FD3 (or 0xE29FD3) is known color: Plum. HEX triplet: E2, 9F and D3. RGB value is (226,159,211). Sum of RGB (Red+Green+Blue) = 226+159+211=596 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.92% from 596); Green value is 159 (62.5% from 255 or 26.68% from 596); Blue value is 211 (82.81% from 255 or 35.40% from 596); Max value from RGB is 226 - color contains mainly: red. Hex color #E29FD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29FD3 is #1D602C. Grayscale: #B8B8B8. Windows color (decimal): -1925165 or 13869026. OLE color: 13869026.

HSL color Cylindrical-coordinate representation of color #E29FD3: hue angle of 313.43º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E29FD3 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 159 211 -
CMYK 0 0.30 0.07 0.11
HSL 313.43º 0.54% 0.75% -
HSV(B) 313.43º 0.3% 0.89% -
XYZ 55.52 45.67 67.52 -
YUV 184.96 142.7 157.27 -
System Red Green Blue C M Y K H S L
Decimal 226 159 211 0 0.30 0.07 0.11 313.43 0.54 0.75
Hex E2 9F D3 0 1E 7 B 139 36 4B
Octal 342 237 323 0 36 7 13 471 66 113
Binary 11100010 10011111 11010011 0 11110 111 1011 100111001 110110 1001011

Color Harmonies of #E29FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29FD3

Black with #E29FD3

Text Example


Text Example

White with #E29FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29FD3; }

 p { color: rgb(226,159,211); }

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

background-color css

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

 a { background-color: rgb(226,159,211); }

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

border-color css

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

 span { border-color: rgb(226,159,211); }

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