Html Css Color HEX #E295D2 Plum

📋 copy color: '#E295D2'

red 226 ◦ green 149 ◦ blue 210

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

Shades of Plum #E295D2

Tints of Plum #E295D2

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.47%

 BLUE value IS 210 (82.42% from 255) = 35.9%

R = 38.63%
G = 25.47%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#E295D2 (or 0xE295D2) is known color: Plum. HEX triplet: E2, 95 and D2. RGB value is (226,149,210). Sum of RGB (Red+Green+Blue) = 226+149+210=585 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.63% from 585); Green value is 149 (58.59% from 255 or 25.47% from 585); Blue value is 210 (82.42% from 255 or 35.90% from 585); Max value from RGB is 226 - color contains mainly: red. Hex color #E295D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E295D2 is #1D6A2D. Grayscale: #B2B2B2. Windows color (decimal): -1927726 or 13800930. OLE color: 13800930.

HSL color Cylindrical-coordinate representation of color #E295D2: hue angle of 312.47º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E295D2 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 149 210 -
CMYK 0 0.34 0.07 0.11
HSL 312.47º 0.57% 0.74% -
HSV(B) 312.47º 0.34% 0.89% -
XYZ 53.74 42.32 66.31 -
YUV 178.98 145.51 161.54 -
System Red Green Blue C M Y K H S L
Decimal 226 149 210 0 0.34 0.07 0.11 312.47 0.57 0.74
Hex E2 95 D2 0 22 7 B 138 39 4A
Octal 342 225 322 0 42 7 13 470 71 112
Binary 11100010 10010101 11010010 0 100010 111 1011 100111000 111001 1001010

Color Harmonies of #E295D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E295D2

Black with #E295D2

Text Example


Text Example

White with #E295D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E295D2; }

 p { color: rgb(226,149,210); }

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

background-color css

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

 a { background-color: rgb(226,149,210); }

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

border-color css

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

 span { border-color: rgb(226,149,210); }

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