Html Css Color HEX #E790E1 Plum

📋 copy color: '#E790E1'

red 231 ◦ green 144 ◦ blue 225

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

Shades of Plum #E790E1

Tints of Plum #E790E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.5%

R = 38.5%
G = 24%
B = 37.5%

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

#E790E1 (or 0xE790E1) is known color: Plum. HEX triplet: E7, 90 and E1. RGB value is (231,144,225). Sum of RGB (Red+Green+Blue) = 231+144+225=600 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.5% from 600); Green value is 144 (56.64% from 255 or 24% from 600); Blue value is 225 (88.28% from 255 or 37.5% from 600); Max value from RGB is 231 - color contains mainly: red. Hex color #E790E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E790E1 is #186F1E. Grayscale: #B3B3B3. Windows color (decimal): -1601311 or 14782695. OLE color: 14782695.

HSL color Cylindrical-coordinate representation of color #E790E1: hue angle of 304.14º 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 #E790E1 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 144 225 -
CMYK 0 0.38 0.03 0.09
HSL 304.14º 0.64% 0.74% -
HSV(B) 304.14º 0.38% 0.91% -
XYZ 56.52 42.37 76.43 -
YUV 179.25 153.82 164.91 -
System Red Green Blue C M Y K H S L
Decimal 231 144 225 0 0.38 0.03 0.09 304.14 0.64 0.74
Hex E7 90 E1 0 26 3 9 130 40 4A
Octal 347 220 341 0 46 3 11 460 100 112
Binary 11100111 10010000 11100001 0 100110 11 1001 100110000 1000000 1001010

Color Harmonies of #E790E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E790E1

Black with #E790E1

Text Example


Text Example

White with #E790E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E790E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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