Html Css Color HEX #E393CF Plum

📋 copy color: '#E393CF'

red 227 ◦ green 147 ◦ blue 207

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

Shades of Plum #E393CF

Tints of Plum #E393CF

RGB

 RED value IS 227 (89.06% from 255) = 39.07%

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

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

R = 39.07%
G = 25.3%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E393CF (or 0xE393CF) is known color: Plum. HEX triplet: E3, 93 and CF. RGB value is (227,147,207). Sum of RGB (Red+Green+Blue) = 227+147+207=581 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.07% from 581); Green value is 147 (57.81% from 255 or 25.30% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 227 - color contains mainly: red. Hex color #E393CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E393CF is #1C6C30. Grayscale: #B1B1B1. Windows color (decimal): -1862705 or 13603811. OLE color: 13603811.

HSL color Cylindrical-coordinate representation of color #E393CF: hue angle of 315º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E393CF is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 147 207 -
CMYK 0 0.35 0.09 0.11
HSL 315º 0.59% 0.73% -
HSV(B) 315º 0.35% 0.89% -
XYZ 53.37 41.7 64.27 -
YUV 177.76 144.5 163.12 -
System Red Green Blue C M Y K H S L
Decimal 227 147 207 0 0.35 0.09 0.11 315 0.59 0.73
Hex E3 93 CF 0 23 9 B 13B 3B 49
Octal 343 223 317 0 43 11 13 473 73 111
Binary 11100011 10010011 11001111 0 100011 1001 1011 100111011 111011 1001001

Color Harmonies of #E393CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E393CF

Black with #E393CF

Text Example


Text Example

White with #E393CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E393CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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