Html Css Color HEX #E093D1 Plum

📋 copy color: '#E093D1'

red 224 ◦ green 147 ◦ blue 209

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

Shades of Plum #E093D1

Tints of Plum #E093D1

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25.34%

 BLUE value IS 209 (82.03% from 255) = 36.03%

R = 38.62%
G = 25.34%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E093D1 (or 0xE093D1) is known color: Plum. HEX triplet: E0, 93 and D1. RGB value is (224,147,209). Sum of RGB (Red+Green+Blue) = 224+147+209=580 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.62% from 580); Green value is 147 (57.81% from 255 or 25.34% from 580); Blue value is 209 (82.03% from 255 or 36.03% from 580); Max value from RGB is 224 - color contains mainly: red. Hex color #E093D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E093D1 is #1F6C2E. Grayscale: #B0B0B0. Windows color (decimal): -2059311 or 13734880. OLE color: 13734880.

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

Color convert

RGB 224 147 209 -
CMYK 0 0.34 0.07 0.12
HSL 311.69º 0.55% 0.73% -
HSV(B) 311.69º 0.34% 0.88% -
XYZ 52.68 41.32 65.52 -
YUV 177.09 146.01 161.46 -
System Red Green Blue C M Y K H S L
Decimal 224 147 209 0 0.34 0.07 0.12 311.69 0.55 0.73
Hex E0 93 D1 0 22 7 C 138 37 49
Octal 340 223 321 0 42 7 14 470 67 111
Binary 11100000 10010011 11010001 0 100010 111 1100 100111000 110111 1001001

Color Harmonies of #E093D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E093D1

Black with #E093D1

Text Example


Text Example

White with #E093D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E093D1; }

 p { color: rgb(224,147,209); }

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

background-color css

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

 a { background-color: rgb(224,147,209); }

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

border-color css

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

 span { border-color: rgb(224,147,209); }

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