Html Css Color HEX #E790E0 Plum

📋 copy color: '#E790E0'

red 231 ◦ green 144 ◦ blue 224

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

Shades of Plum #E790E0

Tints of Plum #E790E0

RGB

 RED value IS 231 (90.63% from 255) = 38.56%

 GREEN value IS 144 (56.64% from 255) = 24.04%

 BLUE value IS 224 (87.89% from 255) = 37.4%

R = 38.56%
G = 24.04%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#E790E0 (or 0xE790E0) is known color: Plum. HEX triplet: E7, 90 and E0. RGB value is (231,144,224). Sum of RGB (Red+Green+Blue) = 231+144+224=599 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.56% from 599); Green value is 144 (56.64% from 255 or 24.04% from 599); Blue value is 224 (87.89% from 255 or 37.40% from 599); Max value from RGB is 231 - color contains mainly: red. Hex color #E790E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E790E0 is #186F1F. Grayscale: #B2B2B2. Windows color (decimal): -1601312 or 14717159. OLE color: 14717159.

HSL color Cylindrical-coordinate representation of color #E790E0: hue angle of 304.83º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E790E0 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 144 224 -
CMYK 0 0.38 0.03 0.09
HSL 304.83º 0.64% 0.74% -
HSV(B) 304.83º 0.38% 0.91% -
XYZ 56.38 42.32 75.72 -
YUV 179.13 153.32 165 -
System Red Green Blue C M Y K H S L
Decimal 231 144 224 0 0.38 0.03 0.09 304.83 0.64 0.74
Hex E7 90 E0 0 26 3 9 131 40 4A
Octal 347 220 340 0 46 3 11 461 100 112
Binary 11100111 10010000 11100000 0 100110 11 1001 100110001 1000000 1001010

Color Harmonies of #E790E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E790E0

Black with #E790E0

Text Example


Text Example

White with #E790E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E790E0; }

 p { color: rgb(231,144,224); }

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

background-color css

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

 a { background-color: rgb(231,144,224); }

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

border-color css

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

 span { border-color: rgb(231,144,224); }

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