Html Css Color HEX #E995DD Plum

📋 copy color: '#E995DD'

red 233 ◦ green 149 ◦ blue 221

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

Shades of Plum #E995DD

Tints of Plum #E995DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.65%

R = 38.64%
G = 24.71%
B = 36.65%

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

#E995DD (or 0xE995DD) is known color: Plum. HEX triplet: E9, 95 and DD. RGB value is (233,149,221). Sum of RGB (Red+Green+Blue) = 233+149+221=603 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.64% from 603); Green value is 149 (58.59% from 255 or 24.71% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 233 - color contains mainly: red. Hex color #E995DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E995DD is #166A22. Grayscale: #B6B6B6. Windows color (decimal): -1468963 or 14521833. OLE color: 14521833.

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

Color convert

RGB 233 149 221 -
CMYK 0 0.36 0.05 0.09
HSL 308.57º 0.66% 0.75% -
HSV(B) 308.57º 0.36% 0.91% -
XYZ 57.4 44.04 73.88 -
YUV 182.32 149.83 164.15 -
System Red Green Blue C M Y K H S L
Decimal 233 149 221 0 0.36 0.05 0.09 308.57 0.66 0.75
Hex E9 95 DD 0 24 5 9 135 42 4B
Octal 351 225 335 0 44 5 11 465 102 113
Binary 11101001 10010101 11011101 0 100100 101 1001 100110101 1000010 1001011

Color Harmonies of #E995DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E995DD

Black with #E995DD

Text Example


Text Example

White with #E995DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E995DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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