Html Css Color HEX #E392CF Plum

📋 copy color: '#E392CF'

red 227 ◦ green 146 ◦ blue 207

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

Shades of Plum #E392CF

Tints of Plum #E392CF

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.17%

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

R = 39.14%
G = 25.17%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E392CF (or 0xE392CF) is known color: Plum. HEX triplet: E3, 92 and CF. RGB value is (227,146,207). Sum of RGB (Red+Green+Blue) = 227+146+207=580 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.14% from 580); Green value is 146 (57.42% from 255 or 25.17% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 227 - color contains mainly: red. Hex color #E392CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E392CF is #1C6D30. Grayscale: #B1B1B1. Windows color (decimal): -1862961 or 13603555. OLE color: 13603555.

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

Color convert

RGB 227 146 207 -
CMYK 0 0.36 0.09 0.11
HSL 314.81º 0.59% 0.73% -
HSV(B) 314.81º 0.36% 0.89% -
XYZ 53.22 41.39 64.22 -
YUV 177.17 144.84 163.54 -
System Red Green Blue C M Y K H S L
Decimal 227 146 207 0 0.36 0.09 0.11 314.81 0.59 0.73
Hex E3 92 CF 0 24 9 B 13B 3B 49
Octal 343 222 317 0 44 11 13 473 73 111
Binary 11100011 10010010 11001111 0 100100 1001 1011 100111011 111011 1001001

Color Harmonies of #E392CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E392CF

Black with #E392CF

Text Example


Text Example

White with #E392CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E392CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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