Html Css Color HEX #E48FE1 Plum

📋 copy color: '#E48FE1'

red 228 ◦ green 143 ◦ blue 225

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

Shades of Plum #E48FE1

Tints of Plum #E48FE1

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.99%

 BLUE value IS 225 (88.28% from 255) = 37.75%

R = 38.26%
G = 23.99%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E48FE1 (or 0xE48FE1) is known color: Plum. HEX triplet: E4, 8F and E1. RGB value is (228,143,225). Sum of RGB (Red+Green+Blue) = 228+143+225=596 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.26% from 596); Green value is 143 (56.25% from 255 or 23.99% from 596); Blue value is 225 (88.28% from 255 or 37.75% from 596); Max value from RGB is 228 - color contains mainly: red. Hex color #E48FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48FE1 is #1B701E. Grayscale: #B1B1B1. Windows color (decimal): -1798175 or 14782436. OLE color: 14782436.

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

Color convert

RGB 228 143 225 -
CMYK 0 0.37 0.01 0.11
HSL 302.12º 0.61% 0.73% -
HSV(B) 302.12º 0.37% 0.89% -
XYZ 55.41 41.58 76.34 -
YUV 177.76 154.66 163.83 -
System Red Green Blue C M Y K H S L
Decimal 228 143 225 0 0.37 0.01 0.11 302.12 0.61 0.73
Hex E4 8F E1 0 25 1 B 12E 3D 49
Octal 344 217 341 0 45 1 13 456 75 111
Binary 11100100 10001111 11100001 0 100101 1 1011 100101110 111101 1001001

Color Harmonies of #E48FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48FE1

Black with #E48FE1

Text Example


Text Example

White with #E48FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48FE1; }

 p { color: rgb(228,143,225); }

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

background-color css

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

 a { background-color: rgb(228,143,225); }

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

border-color css

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

 span { border-color: rgb(228,143,225); }

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