Html Css Color HEX #E99FF2 Plum

📋 copy color: '#E99FF2'

red 233 ◦ green 159 ◦ blue 242

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

Shades of Plum #E99FF2

Tints of Plum #E99FF2

RGB

 RED value IS 233 (91.41% from 255) = 36.75%

 GREEN value IS 159 (62.5% from 255) = 25.08%

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

R = 36.75%
G = 25.08%
B = 38.17%

CMYK

 C value IS 0.04

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E99FF2 (or 0xE99FF2) is known color: Plum. HEX triplet: E9, 9F and F2. RGB value is (233,159,242). Sum of RGB (Red+Green+Blue) = 233+159+242=634 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.75% from 634); Green value is 159 (62.5% from 255 or 25.08% from 634); Blue value is 242 (94.92% from 255 or 38.17% from 634); Max value from RGB is 242 - color contains mainly: blue. Hex color #E99FF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E99FF2 is #16600D. Grayscale: #BEBEBE. Windows color (decimal): -1466382 or 15900649. OLE color: 15900649.

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

Color convert

RGB 233 159 242 -
CMYK 0.04 0.34 0 0.05
HSL 293.49º 0.76% 0.79% -
HSV(B) 293.49º 0.34% 0.95% -
XYZ 62.03 48.53 90.1 -
YUV 190.59 157.02 158.25 -
System Red Green Blue C M Y K H S L
Decimal 233 159 242 0.04 0.34 0 0.05 293.49 0.76 0.79
Hex E9 9F F2 4 22 0 5 125 4C 4F
Octal 351 237 362 4 42 0 5 445 114 117
Binary 11101001 10011111 11110010 100 100010 0 101 100100101 1001100 1001111

Color Harmonies of #E99FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E99FF2

Black with #E99FF2

Text Example


Text Example

White with #E99FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E99FF2; }

 p { color: rgb(233,159,242); }

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

background-color css

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

 a { background-color: rgb(233,159,242); }

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

border-color css

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

 span { border-color: rgb(233,159,242); }

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