Html Css Color HEX #E193CF Plum

📋 copy color: '#E193CF'

red 225 ◦ green 147 ◦ blue 207

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

Shades of Plum #E193CF

Tints of Plum #E193CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.75%

R = 38.86%
G = 25.39%
B = 35.75%

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

#E193CF (or 0xE193CF) is known color: Plum. HEX triplet: E1, 93 and CF. RGB value is (225,147,207). Sum of RGB (Red+Green+Blue) = 225+147+207=579 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.86% from 579); Green value is 147 (57.81% from 255 or 25.39% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 225 - color contains mainly: red. Hex color #E193CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E193CF is #1E6C30. Grayscale: #B1B1B1. Windows color (decimal): -1993777 or 13603809. OLE color: 13603809.

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

Color convert

RGB 225 147 207 -
CMYK 0 0.35 0.08 0.12
HSL 313.85º 0.57% 0.73% -
HSV(B) 313.85º 0.35% 0.88% -
XYZ 52.75 41.38 64.24 -
YUV 177.16 144.84 162.12 -
System Red Green Blue C M Y K H S L
Decimal 225 147 207 0 0.35 0.08 0.12 313.85 0.57 0.73
Hex E1 93 CF 0 23 8 C 13A 39 49
Octal 341 223 317 0 43 10 14 472 71 111
Binary 11100001 10010011 11001111 0 100011 1000 1100 100111010 111001 1001001

Color Harmonies of #E193CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E193CF

Black with #E193CF

Text Example


Text Example

White with #E193CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E193CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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