Html Css Color HEX #E08FDA Plum

📋 copy color: '#E08FDA'

red 224 ◦ green 143 ◦ blue 218

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

Shades of Plum #E08FDA

Tints of Plum #E08FDA

RGB

 RED value IS 224 (87.89% from 255) = 38.29%

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

 BLUE value IS 218 (85.55% from 255) = 37.26%

R = 38.29%
G = 24.44%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E08FDA (or 0xE08FDA) is known color: Plum. HEX triplet: E0, 8F and DA. RGB value is (224,143,218). Sum of RGB (Red+Green+Blue) = 224+143+218=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 143 (56.25% from 255 or 24.44% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 224 - color contains mainly: red. Hex color #E08FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08FDA is #1F7025. Grayscale: #AFAFAF. Windows color (decimal): -2060326 or 14323680. OLE color: 14323680.

HSL color Cylindrical-coordinate representation of color #E08FDA: hue angle of 304.44º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E08FDA is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 143 218 -
CMYK 0 0.36 0.03 0.12
HSL 304.44º 0.57% 0.72% -
HSV(B) 304.44º 0.36% 0.88% -
XYZ 53.22 40.55 71.35 -
YUV 175.77 151.84 162.4 -
System Red Green Blue C M Y K H S L
Decimal 224 143 218 0 0.36 0.03 0.12 304.44 0.57 0.72
Hex E0 8F DA 0 24 3 C 130 39 48
Octal 340 217 332 0 44 3 14 460 71 110
Binary 11100000 10001111 11011010 0 100100 11 1100 100110000 111001 1001000

Color Harmonies of #E08FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08FDA

Black with #E08FDA

Text Example


Text Example

White with #E08FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08FDA; }

 p { color: rgb(224,143,218); }

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

background-color css

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

 a { background-color: rgb(224,143,218); }

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

border-color css

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

 span { border-color: rgb(224,143,218); }

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