Html Css Color HEX #E99FE2 Plum

📋 copy color: '#E99FE2'

red 233 ◦ green 159 ◦ blue 226

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

Shades of Plum #E99FE2

Tints of Plum #E99FE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 36.57%

R = 37.7%
G = 25.73%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#E99FE2 (or 0xE99FE2) is known color: Plum. HEX triplet: E9, 9F and E2. RGB value is (233,159,226). Sum of RGB (Red+Green+Blue) = 233+159+226=618 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.70% from 618); Green value is 159 (62.5% from 255 or 25.73% from 618); Blue value is 226 (88.67% from 255 or 36.57% from 618); Max value from RGB is 233 - color contains mainly: red. Hex color #E99FE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99FE2 is #16601D. Grayscale: #BCBCBC. Windows color (decimal): -1466398 or 14852073. OLE color: 14852073.

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

Color convert

RGB 233 159 226 -
CMYK 0 0.32 0.03 0.09
HSL 305.68º 0.63% 0.77% -
HSV(B) 305.68º 0.32% 0.91% -
XYZ 59.73 47.61 77.99 -
YUV 188.76 149.02 159.55 -
System Red Green Blue C M Y K H S L
Decimal 233 159 226 0 0.32 0.03 0.09 305.68 0.63 0.77
Hex E9 9F E2 0 20 3 9 132 3F 4D
Octal 351 237 342 0 40 3 11 462 77 115
Binary 11101001 10011111 11100010 0 100000 11 1001 100110010 111111 1001101

Color Harmonies of #E99FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E99FE2

Black with #E99FE2

Text Example


Text Example

White with #E99FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E99FE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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