Html Css Color HEX #E995DE Plum

📋 copy color: '#E995DE'

red 233 ◦ green 149 ◦ blue 222

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

Shades of Plum #E995DE

Tints of Plum #E995DE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.67%

 BLUE value IS 222 (87.11% from 255) = 36.75%

R = 38.58%
G = 24.67%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E995DE (or 0xE995DE) is known color: Plum. HEX triplet: E9, 95 and DE. RGB value is (233,149,222). Sum of RGB (Red+Green+Blue) = 233+149+222=604 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.58% from 604); Green value is 149 (58.59% from 255 or 24.67% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 233 - color contains mainly: red. Hex color #E995DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E995DE is #166A21. Grayscale: #B6B6B6. Windows color (decimal): -1468962 or 14587369. OLE color: 14587369.

HSL color Cylindrical-coordinate representation of color #E995DE: hue angle of 307.86º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E995DE is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 149 222 -
CMYK 0 0.36 0.05 0.09
HSL 307.86º 0.66% 0.75% -
HSV(B) 307.86º 0.36% 0.91% -
XYZ 57.54 44.09 74.59 -
YUV 182.44 150.33 164.06 -
System Red Green Blue C M Y K H S L
Decimal 233 149 222 0 0.36 0.05 0.09 307.86 0.66 0.75
Hex E9 95 DE 0 24 5 9 134 42 4B
Octal 351 225 336 0 44 5 11 464 102 113
Binary 11101001 10010101 11011110 0 100100 101 1001 100110100 1000010 1001011

Color Harmonies of #E995DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E995DE

Black with #E995DE

Text Example


Text Example

White with #E995DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E995DE; }

 p { color: rgb(233,149,222); }

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

background-color css

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

 a { background-color: rgb(233,149,222); }

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

border-color css

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

 span { border-color: rgb(233,149,222); }

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