Html Css Color HEX #E799F2 Plum

📋 copy color: '#E799F2'

red 231 ◦ green 153 ◦ blue 242

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

Shades of Plum #E799F2

Tints of Plum #E799F2

RGB

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

 GREEN value IS 153 (60.16% from 255) = 24.44%

 BLUE value IS 242 (94.92% from 255) = 38.66%

R = 36.9%
G = 24.44%
B = 38.66%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E799F2 (or 0xE799F2) is known color: Plum. HEX triplet: E7, 99 and F2. RGB value is (231,153,242). Sum of RGB (Red+Green+Blue) = 231+153+242=626 (82% of max value = 765). Red value is 231 (90.62% from 255 or 36.90% from 626); Green value is 153 (60.16% from 255 or 24.44% from 626); Blue value is 242 (94.92% from 255 or 38.66% from 626); Max value from RGB is 242 - color contains mainly: blue. Hex color #E799F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E799F2 is #18660D. Grayscale: #BABABA. Windows color (decimal): -1598990 or 15899111. OLE color: 15899111.

HSL color Cylindrical-coordinate representation of color #E799F2: hue angle of 292.58º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E799F2 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 231 153 242 -
CMYK 0.05 0.37 0 0.05
HSL 292.58º 0.77% 0.77% -
HSV(B) 292.58º 0.37% 0.95% -
XYZ 60.37 46.18 89.74 -
YUV 186.47 159.34 159.76 -
System Red Green Blue C M Y K H S L
Decimal 231 153 242 0.05 0.37 0 0.05 292.58 0.77 0.77
Hex E7 99 F2 5 25 0 5 125 4D 4D
Octal 347 231 362 5 45 0 5 445 115 115
Binary 11100111 10011001 11110010 101 100101 0 101 100100101 1001101 1001101

Color Harmonies of #E799F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E799F2

Black with #E799F2

Text Example


Text Example

White with #E799F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E799F2; }

 p { color: rgb(231,153,242); }

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

background-color css

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

 a { background-color: rgb(231,153,242); }

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

border-color css

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

 span { border-color: rgb(231,153,242); }

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