Html Css Color HEX #E095D2 Plum

📋 copy color: '#E095D2'

red 224 ◦ green 149 ◦ blue 210

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

Shades of Plum #E095D2

Tints of Plum #E095D2

RGB

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

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

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

R = 38.42%
G = 25.56%
B = 36.02%

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

#E095D2 (or 0xE095D2) is known color: Plum. HEX triplet: E0, 95 and D2. RGB value is (224,149,210). Sum of RGB (Red+Green+Blue) = 224+149+210=583 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.42% from 583); Green value is 149 (58.59% from 255 or 25.56% from 583); Blue value is 210 (82.42% from 255 or 36.02% from 583); Max value from RGB is 224 - color contains mainly: red. Hex color #E095D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E095D2 is #1F6A2D. Grayscale: #B2B2B2. Windows color (decimal): -2058798 or 13800928. OLE color: 13800928.

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

Color convert

RGB 224 149 210 -
CMYK 0 0.33 0.06 0.12
HSL 311.2º 0.55% 0.73% -
HSV(B) 311.2º 0.33% 0.88% -
XYZ 53.12 42 66.28 -
YUV 178.38 145.85 160.54 -
System Red Green Blue C M Y K H S L
Decimal 224 149 210 0 0.33 0.06 0.12 311.2 0.55 0.73
Hex E0 95 D2 0 21 6 C 137 37 49
Octal 340 225 322 0 41 6 14 467 67 111
Binary 11100000 10010101 11010010 0 100001 110 1100 100110111 110111 1001001

Color Harmonies of #E095D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E095D2

Black with #E095D2

Text Example


Text Example

White with #E095D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E095D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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