Html Css Color HEX #E095D3 Plum

📋 copy color: '#E095D3'

red 224 ◦ green 149 ◦ blue 211

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

Shades of Plum #E095D3

Tints of Plum #E095D3

RGB

 RED value IS 224 (87.89% from 255) = 38.36%

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

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

R = 38.36%
G = 25.51%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#E095D3 (or 0xE095D3) is known color: Plum. HEX triplet: E0, 95 and D3. RGB value is (224,149,211). Sum of RGB (Red+Green+Blue) = 224+149+211=584 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.36% from 584); Green value is 149 (58.59% from 255 or 25.51% from 584); Blue value is 211 (82.81% from 255 or 36.13% from 584); Max value from RGB is 224 - color contains mainly: red. Hex color #E095D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E095D3 is #1F6A2C. Grayscale: #B2B2B2. Windows color (decimal): -2058797 or 13866464. OLE color: 13866464.

HSL color Cylindrical-coordinate representation of color #E095D3: hue angle of 310.4º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E095D3 is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 149 211 -
CMYK 0 0.33 0.06 0.12
HSL 310.4º 0.55% 0.73% -
HSV(B) 310.4º 0.33% 0.88% -
XYZ 53.25 42.05 66.94 -
YUV 178.49 146.35 160.46 -
System Red Green Blue C M Y K H S L
Decimal 224 149 211 0 0.33 0.06 0.12 310.4 0.55 0.73
Hex E0 95 D3 0 21 6 C 136 37 49
Octal 340 225 323 0 41 6 14 466 67 111
Binary 11100000 10010101 11010011 0 100001 110 1100 100110110 110111 1001001

Color Harmonies of #E095D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E095D3

Black with #E095D3

Text Example


Text Example

White with #E095D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E095D3; }

 p { color: rgb(224,149,211); }

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

background-color css

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

 a { background-color: rgb(224,149,211); }

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

border-color css

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

 span { border-color: rgb(224,149,211); }

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