Html Css Color HEX #E48AED Violet

📋 copy color: '#E48AED'

red 228 ◦ green 138 ◦ blue 237

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

Shades of Violet #E48AED

Tints of Violet #E48AED

RGB

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

 GREEN value IS 138 (54.3% from 255) = 22.89%

 BLUE value IS 237 (92.97% from 255) = 39.3%

R = 37.81%
G = 22.89%
B = 39.3%

CMYK

 C value IS 0.04

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E48AED (or 0xE48AED) is known color: Violet. HEX triplet: E4, 8A and ED. RGB value is (228,138,237). Sum of RGB (Red+Green+Blue) = 228+138+237=603 (79% of max value = 765). Red value is 228 (89.45% from 255 or 37.81% from 603); Green value is 138 (54.30% from 255 or 22.89% from 603); Blue value is 237 (92.97% from 255 or 39.30% from 603); Max value from RGB is 237 - color contains mainly: blue. Hex color #E48AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E48AED is #1B7512. Grayscale: #AFAFAF. Windows color (decimal): -1799443 or 15567588. OLE color: 15567588.

HSL color Cylindrical-coordinate representation of color #E48AED: hue angle of 294.55º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E48AED is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 228 138 237 -
CMYK 0.04 0.42 0 0.07
HSL 294.55º 0.73% 0.74% -
HSV(B) 294.55º 0.42% 0.93% -
XYZ 56.37 40.79 85.02 -
YUV 176.2 162.32 164.95 -
System Red Green Blue C M Y K H S L
Decimal 228 138 237 0.04 0.42 0 0.07 294.55 0.73 0.74
Hex E4 8A ED 4 2A 0 7 127 49 4A
Octal 344 212 355 4 52 0 7 447 111 112
Binary 11100100 10001010 11101101 100 101010 0 111 100100111 1001001 1001010

Color Harmonies of #E48AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48AED

Black with #E48AED

Text Example


Text Example

White with #E48AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48AED; }

 p { color: rgb(228,138,237); }

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

background-color css

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

 a { background-color: rgb(228,138,237); }

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

border-color css

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

 span { border-color: rgb(228,138,237); }

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