Html Css Color HEX #E090D0 Plum

📋 copy color: '#E090D0'

red 224 ◦ green 144 ◦ blue 208

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

Shades of Plum #E090D0

Tints of Plum #E090D0

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25%

 BLUE value IS 208 (81.64% from 255) = 36.11%

R = 38.89%
G = 25%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E090D0 (or 0xE090D0) is known color: Plum. HEX triplet: E0, 90 and D0. RGB value is (224,144,208). Sum of RGB (Red+Green+Blue) = 224+144+208=576 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.89% from 576); Green value is 144 (56.64% from 255 or 25% from 576); Blue value is 208 (81.64% from 255 or 36.11% from 576); Max value from RGB is 224 - color contains mainly: red. Hex color #E090D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E090D0 is #1F6F2F. Grayscale: #AFAFAF. Windows color (decimal): -2060080 or 13668576. OLE color: 13668576.

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

Color convert

RGB 224 144 208 -
CMYK 0 0.36 0.07 0.12
HSL 312º 0.56% 0.72% -
HSV(B) 312º 0.36% 0.88% -
XYZ 52.1 40.35 64.72 -
YUV 175.22 146.5 162.8 -
System Red Green Blue C M Y K H S L
Decimal 224 144 208 0 0.36 0.07 0.12 312 0.56 0.72
Hex E0 90 D0 0 24 7 C 138 38 48
Octal 340 220 320 0 44 7 14 470 70 110
Binary 11100000 10010000 11010000 0 100100 111 1100 100111000 111000 1001000

Color Harmonies of #E090D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E090D0

Black with #E090D0

Text Example


Text Example

White with #E090D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E090D0; }

 p { color: rgb(224,144,208); }

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

background-color css

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

 a { background-color: rgb(224,144,208); }

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

border-color css

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

 span { border-color: rgb(224,144,208); }

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