Html Css Color HEX #E48BDD Violet

📋 copy color: '#E48BDD'

red 228 ◦ green 139 ◦ blue 221

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

Shades of Violet #E48BDD

Tints of Violet #E48BDD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.64%

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

R = 38.78%
G = 23.64%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E48BDD (or 0xE48BDD) is known color: Violet. HEX triplet: E4, 8B and DD. RGB value is (228,139,221). Sum of RGB (Red+Green+Blue) = 228+139+221=588 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.78% from 588); Green value is 139 (54.69% from 255 or 23.64% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 228 - color contains mainly: red. Hex color #E48BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48BDD is #1B7422. Grayscale: #AEAEAE. Windows color (decimal): -1799203 or 14519268. OLE color: 14519268.

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

Color convert

RGB 228 139 221 -
CMYK 0 0.39 0.03 0.11
HSL 304.72º 0.62% 0.72% -
HSV(B) 304.72º 0.39% 0.89% -
XYZ 54.28 40.18 73.3 -
YUV 174.96 153.99 165.83 -
System Red Green Blue C M Y K H S L
Decimal 228 139 221 0 0.39 0.03 0.11 304.72 0.62 0.72
Hex E4 8B DD 0 27 3 B 131 3E 48
Octal 344 213 335 0 47 3 13 461 76 110
Binary 11100100 10001011 11011101 0 100111 11 1011 100110001 111110 1001000

Color Harmonies of #E48BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48BDD

Black with #E48BDD

Text Example


Text Example

White with #E48BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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