Html Css Color HEX #E289D6 Plum

📋 copy color: '#E289D6'

red 226 ◦ green 137 ◦ blue 214

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

Shades of Plum #E289D6

Tints of Plum #E289D6

RGB

 RED value IS 226 (88.67% from 255) = 39.17%

 GREEN value IS 137 (53.91% from 255) = 23.74%

 BLUE value IS 214 (83.98% from 255) = 37.09%

R = 39.17%
G = 23.74%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#E289D6 (or 0xE289D6) is known color: Plum. HEX triplet: E2, 89 and D6. RGB value is (226,137,214). Sum of RGB (Red+Green+Blue) = 226+137+214=577 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.17% from 577); Green value is 137 (53.91% from 255 or 23.74% from 577); Blue value is 214 (83.98% from 255 or 37.09% from 577); Max value from RGB is 226 - color contains mainly: red. Hex color #E289D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E289D6 is #1D7629. Grayscale: #ACACAC. Windows color (decimal): -1930794 or 14060002. OLE color: 14060002.

HSL color Cylindrical-coordinate representation of color #E289D6: hue angle of 308.09º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E289D6 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 137 214 -
CMYK 0 0.39 0.05 0.11
HSL 308.09º 0.61% 0.71% -
HSV(B) 308.09º 0.39% 0.89% -
XYZ 52.45 38.92 68.37 -
YUV 172.39 151.49 166.24 -
System Red Green Blue C M Y K H S L
Decimal 226 137 214 0 0.39 0.05 0.11 308.09 0.61 0.71
Hex E2 89 D6 0 27 5 B 134 3D 47
Octal 342 211 326 0 47 5 13 464 75 107
Binary 11100010 10001001 11010110 0 100111 101 1011 100110100 111101 1000111

Color Harmonies of #E289D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E289D6

Black with #E289D6

Text Example


Text Example

White with #E289D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E289D6; }

 p { color: rgb(226,137,214); }

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

background-color css

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

 a { background-color: rgb(226,137,214); }

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

border-color css

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

 span { border-color: rgb(226,137,214); }

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