Html Css Color HEX #E481DD Violet

📋 copy color: '#E481DD'

red 228 ◦ green 129 ◦ blue 221

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

Shades of Violet #E481DD

Tints of Violet #E481DD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.32%

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

R = 39.45%
G = 22.32%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E481DD (or 0xE481DD) is known color: Violet. HEX triplet: E4, 81 and DD. RGB value is (228,129,221). Sum of RGB (Red+Green+Blue) = 228+129+221=578 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.45% from 578); Green value is 129 (50.78% from 255 or 22.32% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 228 - color contains mainly: red. Hex color #E481DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E481DD is #1B7E22. Grayscale: #A8A8A8. Windows color (decimal): -1801763 or 14516708. OLE color: 14516708.

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

Color convert

RGB 228 129 221 -
CMYK 0 0.43 0.03 0.11
HSL 304.24º 0.65% 0.7% -
HSV(B) 304.24º 0.43% 0.89% -
XYZ 52.9 37.41 72.84 -
YUV 169.09 157.3 170.02 -
System Red Green Blue C M Y K H S L
Decimal 228 129 221 0 0.43 0.03 0.11 304.24 0.65 0.7
Hex E4 81 DD 0 2B 3 B 130 41 46
Octal 344 201 335 0 53 3 13 460 101 106
Binary 11100100 10000001 11011101 0 101011 11 1011 100110000 1000001 1000110

Color Harmonies of #E481DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E481DD

Black with #E481DD

Text Example


Text Example

White with #E481DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E481DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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