Html Css Color HEX #E193CE Plum

📋 copy color: '#E193CE'

red 225 ◦ green 147 ◦ blue 206

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

Shades of Plum #E193CE

Tints of Plum #E193CE

RGB

 RED value IS 225 (88.28% from 255) = 38.93%

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

 BLUE value IS 206 (80.86% from 255) = 35.64%

R = 38.93%
G = 25.43%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E193CE (or 0xE193CE) is known color: Plum. HEX triplet: E1, 93 and CE. RGB value is (225,147,206). Sum of RGB (Red+Green+Blue) = 225+147+206=578 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.93% from 578); Green value is 147 (57.81% from 255 or 25.43% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 225 - color contains mainly: red. Hex color #E193CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E193CE is #1E6C31. Grayscale: #B0B0B0. Windows color (decimal): -1993778 or 13538273. OLE color: 13538273.

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

Color convert

RGB 225 147 206 -
CMYK 0 0.35 0.08 0.12
HSL 314.62º 0.57% 0.73% -
HSV(B) 314.62º 0.35% 0.88% -
XYZ 52.63 41.33 63.6 -
YUV 177.05 144.34 162.2 -
System Red Green Blue C M Y K H S L
Decimal 225 147 206 0 0.35 0.08 0.12 314.62 0.57 0.73
Hex E1 93 CE 0 23 8 C 13B 39 49
Octal 341 223 316 0 43 10 14 473 71 111
Binary 11100001 10010011 11001110 0 100011 1000 1100 100111011 111001 1001001

Color Harmonies of #E193CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E193CE

Black with #E193CE

Text Example


Text Example

White with #E193CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E193CE; }

 p { color: rgb(225,147,206); }

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

background-color css

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

 a { background-color: rgb(225,147,206); }

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

border-color css

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

 span { border-color: rgb(225,147,206); }

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