Html Css Color HEX #E48FCF Plum

📋 copy color: '#E48FCF'

red 228 ◦ green 143 ◦ blue 207

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

Shades of Plum #E48FCF

Tints of Plum #E48FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.81%

R = 39.45%
G = 24.74%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E48FCF (or 0xE48FCF) is known color: Plum. HEX triplet: E4, 8F and CF. RGB value is (228,143,207). Sum of RGB (Red+Green+Blue) = 228+143+207=578 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.45% from 578); Green value is 143 (56.25% from 255 or 24.74% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 228 - color contains mainly: red. Hex color #E48FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48FCF is #1B7030. Grayscale: #AFAFAF. Windows color (decimal): -1798193 or 13602788. OLE color: 13602788.

HSL color Cylindrical-coordinate representation of color #E48FCF: hue angle of 314.82º 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 #E48FCF is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 143 207 -
CMYK 0 0.37 0.09 0.11
HSL 314.82º 0.61% 0.73% -
HSV(B) 314.82º 0.37% 0.89% -
XYZ 53.08 40.64 64.08 -
YUV 175.71 145.66 165.3 -
System Red Green Blue C M Y K H S L
Decimal 228 143 207 0 0.37 0.09 0.11 314.82 0.61 0.73
Hex E4 8F CF 0 25 9 B 13B 3D 49
Octal 344 217 317 0 45 11 13 473 75 111
Binary 11100100 10001111 11001111 0 100101 1001 1011 100111011 111101 1001001

Color Harmonies of #E48FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48FCF

Black with #E48FCF

Text Example


Text Example

White with #E48FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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