Html Css Color HEX #E484DD Violet

📋 copy color: '#E484DD'

red 228 ◦ green 132 ◦ blue 221

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

Shades of Violet #E484DD

Tints of Violet #E484DD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22.72%

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

R = 39.24%
G = 22.72%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E484DD (or 0xE484DD) is known color: Violet. HEX triplet: E4, 84 and DD. RGB value is (228,132,221). Sum of RGB (Red+Green+Blue) = 228+132+221=581 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.24% from 581); Green value is 132 (51.95% from 255 or 22.72% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 228 - color contains mainly: red. Hex color #E484DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E484DD is #1B7B22. Grayscale: #AAAAAA. Windows color (decimal): -1800995 or 14517476. OLE color: 14517476.

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

Color convert

RGB 228 132 221 -
CMYK 0 0.42 0.03 0.11
HSL 304.38º 0.64% 0.71% -
HSV(B) 304.38º 0.42% 0.89% -
XYZ 53.3 38.22 72.97 -
YUV 170.85 156.3 168.76 -
System Red Green Blue C M Y K H S L
Decimal 228 132 221 0 0.42 0.03 0.11 304.38 0.64 0.71
Hex E4 84 DD 0 2A 3 B 130 40 47
Octal 344 204 335 0 52 3 13 460 100 107
Binary 11100100 10000100 11011101 0 101010 11 1011 100110000 1000000 1000111

Color Harmonies of #E484DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E484DD

Black with #E484DD

Text Example


Text Example

White with #E484DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E484DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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