Html Css Color HEX #E08FCD Plum

📋 copy color: '#E08FCD'

red 224 ◦ green 143 ◦ blue 205

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

Shades of Plum #E08FCD

Tints of Plum #E08FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.84%

R = 39.16%
G = 25%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E08FCD (or 0xE08FCD) is known color: Plum. HEX triplet: E0, 8F and CD. RGB value is (224,143,205). Sum of RGB (Red+Green+Blue) = 224+143+205=572 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.16% from 572); Green value is 143 (56.25% from 255 or 25% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 224 - color contains mainly: red. Hex color #E08FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08FCD is #1F7032. Grayscale: #AEAEAE. Windows color (decimal): -2060339 or 13471712. OLE color: 13471712.

HSL color Cylindrical-coordinate representation of color #E08FCD: hue angle of 314.07º 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 #E08FCD is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 143 205 -
CMYK 0 0.36 0.08 0.12
HSL 314.07º 0.57% 0.72% -
HSV(B) 314.07º 0.36% 0.88% -
XYZ 51.58 39.9 62.74 -
YUV 174.29 145.34 163.46 -
System Red Green Blue C M Y K H S L
Decimal 224 143 205 0 0.36 0.08 0.12 314.07 0.57 0.72
Hex E0 8F CD 0 24 8 C 13A 39 48
Octal 340 217 315 0 44 10 14 472 71 110
Binary 11100000 10001111 11001101 0 100100 1000 1100 100111010 111001 1001000

Color Harmonies of #E08FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08FCD

Black with #E08FCD

Text Example


Text Example

White with #E08FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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