Html Css Color HEX #E093CD Plum

📋 copy color: '#E093CD'

red 224 ◦ green 147 ◦ blue 205

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

Shades of Plum #E093CD

Tints of Plum #E093CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.59%

R = 38.89%
G = 25.52%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E093CD (or 0xE093CD) is known color: Plum. HEX triplet: E0, 93 and CD. RGB value is (224,147,205). Sum of RGB (Red+Green+Blue) = 224+147+205=576 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.89% from 576); Green value is 147 (57.81% from 255 or 25.52% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 224 - color contains mainly: red. Hex color #E093CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E093CD is #1F6C32. Grayscale: #B0B0B0. Windows color (decimal): -2059315 or 13472736. OLE color: 13472736.

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

Color convert

RGB 224 147 205 -
CMYK 0 0.34 0.08 0.12
HSL 314.81º 0.55% 0.73% -
HSV(B) 314.81º 0.34% 0.88% -
XYZ 52.19 41.12 62.94 -
YUV 176.64 144.01 161.78 -
System Red Green Blue C M Y K H S L
Decimal 224 147 205 0 0.34 0.08 0.12 314.81 0.55 0.73
Hex E0 93 CD 0 22 8 C 13B 37 49
Octal 340 223 315 0 42 10 14 473 67 111
Binary 11100000 10010011 11001101 0 100010 1000 1100 100111011 110111 1001001

Color Harmonies of #E093CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E093CD

Black with #E093CD

Text Example


Text Example

White with #E093CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E093CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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