Html Css Color HEX #E395CF Plum

📋 copy color: '#E395CF'

red 227 ◦ green 149 ◦ blue 207

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

Shades of Plum #E395CF

Tints of Plum #E395CF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.56%

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

R = 38.94%
G = 25.56%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E395CF (or 0xE395CF) is known color: Plum. HEX triplet: E3, 95 and CF. RGB value is (227,149,207). Sum of RGB (Red+Green+Blue) = 227+149+207=583 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.94% from 583); Green value is 149 (58.59% from 255 or 25.56% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 227 - color contains mainly: red. Hex color #E395CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E395CF is #1C6A30. Grayscale: #B2B2B2. Windows color (decimal): -1862193 or 13604323. OLE color: 13604323.

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

Color convert

RGB 227 149 207 -
CMYK 0 0.34 0.09 0.11
HSL 315.38º 0.58% 0.74% -
HSV(B) 315.38º 0.34% 0.89% -
XYZ 53.69 42.33 64.37 -
YUV 178.93 143.84 162.28 -
System Red Green Blue C M Y K H S L
Decimal 227 149 207 0 0.34 0.09 0.11 315.38 0.58 0.74
Hex E3 95 CF 0 22 9 B 13B 3A 4A
Octal 343 225 317 0 42 11 13 473 72 112
Binary 11100011 10010101 11001111 0 100010 1001 1011 100111011 111010 1001010

Color Harmonies of #E395CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E395CF

Black with #E395CF

Text Example


Text Example

White with #E395CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E395CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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