Html Css Color HEX #E090D4 Plum

📋 copy color: '#E090D4'

red 224 ◦ green 144 ◦ blue 212

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

Shades of Plum #E090D4

Tints of Plum #E090D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.55%

R = 38.62%
G = 24.83%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E090D4 (or 0xE090D4) is known color: Plum. HEX triplet: E0, 90 and D4. RGB value is (224,144,212). Sum of RGB (Red+Green+Blue) = 224+144+212=580 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.62% from 580); Green value is 144 (56.64% from 255 or 24.83% from 580); Blue value is 212 (83.20% from 255 or 36.55% from 580); Max value from RGB is 224 - color contains mainly: red. Hex color #E090D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E090D4 is #1F6F2B. Grayscale: #AFAFAF. Windows color (decimal): -2060076 or 13930720. OLE color: 13930720.

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

Color convert

RGB 224 144 212 -
CMYK 0 0.36 0.05 0.12
HSL 309º 0.56% 0.72% -
HSV(B) 309º 0.36% 0.88% -
XYZ 52.6 40.55 67.34 -
YUV 175.67 148.5 162.47 -
System Red Green Blue C M Y K H S L
Decimal 224 144 212 0 0.36 0.05 0.12 309 0.56 0.72
Hex E0 90 D4 0 24 5 C 135 38 48
Octal 340 220 324 0 44 5 14 465 70 110
Binary 11100000 10010000 11010100 0 100100 101 1100 100110101 111000 1001000

Color Harmonies of #E090D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E090D4

Black with #E090D4

Text Example


Text Example

White with #E090D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E090D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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