Html Css Color HEX #E69ED3 Plum

📋 copy color: '#E69ED3'

red 230 ◦ green 158 ◦ blue 211

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

Shades of Plum #E69ED3

Tints of Plum #E69ED3

RGB

 RED value IS 230 (90.23% from 255) = 38.4%

 GREEN value IS 158 (62.11% from 255) = 26.38%

 BLUE value IS 211 (82.81% from 255) = 35.23%

R = 38.4%
G = 26.38%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#E69ED3 (or 0xE69ED3) is known color: Plum. HEX triplet: E6, 9E and D3. RGB value is (230,158,211). Sum of RGB (Red+Green+Blue) = 230+158+211=599 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.40% from 599); Green value is 158 (62.11% from 255 or 26.38% from 599); Blue value is 211 (82.81% from 255 or 35.23% from 599); Max value from RGB is 230 - color contains mainly: red. Hex color #E69ED3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69ED3 is #19612C. Grayscale: #B9B9B9. Windows color (decimal): -1663277 or 13868774. OLE color: 13868774.

HSL color Cylindrical-coordinate representation of color #E69ED3: hue angle of 315.83º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E69ED3 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 158 211 -
CMYK 0 0.31 0.08 0.10
HSL 315.83º 0.59% 0.76% -
HSV(B) 315.83º 0.31% 0.9% -
XYZ 56.62 45.98 67.52 -
YUV 185.57 142.35 159.69 -
System Red Green Blue C M Y K H S L
Decimal 230 158 211 0 0.31 0.08 0.10 315.83 0.59 0.76
Hex E6 9E D3 0 1F 8 A 13C 3B 4C
Octal 346 236 323 0 37 10 12 474 73 114
Binary 11100110 10011110 11010011 0 11111 1000 1010 100111100 111011 1001100

Color Harmonies of #E69ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69ED3

Black with #E69ED3

Text Example


Text Example

White with #E69ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69ED3; }

 p { color: rgb(230,158,211); }

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

background-color css

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

 a { background-color: rgb(230,158,211); }

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

border-color css

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

 span { border-color: rgb(230,158,211); }

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