Html Css Color HEX #E492DD Plum

📋 copy color: '#E492DD'

red 228 ◦ green 146 ◦ blue 221

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

Shades of Plum #E492DD

Tints of Plum #E492DD

RGB

 RED value IS 228 (89.45% from 255) = 38.32%

 GREEN value IS 146 (57.42% from 255) = 24.54%

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

R = 38.32%
G = 24.54%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E492DD (or 0xE492DD) is known color: Plum. HEX triplet: E4, 92 and DD. RGB value is (228,146,221). Sum of RGB (Red+Green+Blue) = 228+146+221=595 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.32% from 595); Green value is 146 (57.42% from 255 or 24.54% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 228 - color contains mainly: red. Hex color #E492DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E492DD is #1B6D22. Grayscale: #B2B2B2. Windows color (decimal): -1797411 or 14521060. OLE color: 14521060.

HSL color Cylindrical-coordinate representation of color #E492DD: hue angle of 305.12º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E492DD is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 146 221 -
CMYK 0 0.36 0.03 0.11
HSL 305.12º 0.6% 0.73% -
HSV(B) 305.12º 0.36% 0.89% -
XYZ 55.32 42.27 73.65 -
YUV 179.07 151.67 162.9 -
System Red Green Blue C M Y K H S L
Decimal 228 146 221 0 0.36 0.03 0.11 305.12 0.6 0.73
Hex E4 92 DD 0 24 3 B 131 3C 49
Octal 344 222 335 0 44 3 13 461 74 111
Binary 11100100 10010010 11011101 0 100100 11 1011 100110001 111100 1001001

Color Harmonies of #E492DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E492DD

Black with #E492DD

Text Example


Text Example

White with #E492DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E492DD; }

 p { color: rgb(228,146,221); }

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

background-color css

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

 a { background-color: rgb(228,146,221); }

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

border-color css

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

 span { border-color: rgb(228,146,221); }

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