Html Css Color HEX #E090CD Plum

📋 copy color: '#E090CD'

red 224 ◦ green 144 ◦ blue 205

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

Shades of Plum #E090CD

Tints of Plum #E090CD

RGB

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

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

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

R = 39.09%
G = 25.13%
B = 35.78%

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

#E090CD (or 0xE090CD) is known color: Plum. HEX triplet: E0, 90 and CD. RGB value is (224,144,205). Sum of RGB (Red+Green+Blue) = 224+144+205=573 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.09% from 573); Green value is 144 (56.64% from 255 or 25.13% from 573); Blue value is 205 (80.47% from 255 or 35.78% from 573); Max value from RGB is 224 - color contains mainly: red. Hex color #E090CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E090CD is #1F6F32. Grayscale: #AEAEAE. Windows color (decimal): -2060083 or 13471968. OLE color: 13471968.

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

Color convert

RGB 224 144 205 -
CMYK 0 0.36 0.08 0.12
HSL 314.25º 0.56% 0.72% -
HSV(B) 314.25º 0.36% 0.88% -
XYZ 51.73 40.2 62.79 -
YUV 174.87 145 163.04 -
System Red Green Blue C M Y K H S L
Decimal 224 144 205 0 0.36 0.08 0.12 314.25 0.56 0.72
Hex E0 90 CD 0 24 8 C 13A 38 48
Octal 340 220 315 0 44 10 14 472 70 110
Binary 11100000 10010000 11001101 0 100100 1000 1100 100111010 111000 1001000

Color Harmonies of #E090CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E090CD

Black with #E090CD

Text Example


Text Example

White with #E090CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E090CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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