Html Css Color HEX #E295D4 Plum

📋 copy color: '#E295D4'

red 226 ◦ green 149 ◦ blue 212

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

Shades of Plum #E295D4

Tints of Plum #E295D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.12%

R = 38.5%
G = 25.38%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#E295D4 (or 0xE295D4) is known color: Plum. HEX triplet: E2, 95 and D4. RGB value is (226,149,212). Sum of RGB (Red+Green+Blue) = 226+149+212=587 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.50% from 587); Green value is 149 (58.59% from 255 or 25.38% from 587); Blue value is 212 (83.20% from 255 or 36.12% from 587); Max value from RGB is 226 - color contains mainly: red. Hex color #E295D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E295D4 is #1D6A2B. Grayscale: #B3B3B3. Windows color (decimal): -1927724 or 13932002. OLE color: 13932002.

HSL color Cylindrical-coordinate representation of color #E295D4: hue angle of 310.91º 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 #E295D4 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 149 212 -
CMYK 0 0.34 0.06 0.11
HSL 310.91º 0.57% 0.74% -
HSV(B) 310.91º 0.34% 0.89% -
XYZ 54 42.42 67.63 -
YUV 179.21 146.51 161.38 -
System Red Green Blue C M Y K H S L
Decimal 226 149 212 0 0.34 0.06 0.11 310.91 0.57 0.74
Hex E2 95 D4 0 22 6 B 137 39 4A
Octal 342 225 324 0 42 6 13 467 71 112
Binary 11100010 10010101 11010100 0 100010 110 1011 100110111 111001 1001010

Color Harmonies of #E295D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E295D4

Black with #E295D4

Text Example


Text Example

White with #E295D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E295D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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