Html Css Color HEX #E69EDD Plum

📋 copy color: '#E69EDD'

red 230 ◦ green 158 ◦ blue 221

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

Shades of Plum #E69EDD

Tints of Plum #E69EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.29%

R = 37.77%
G = 25.94%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E69EDD (or 0xE69EDD) is known color: Plum. HEX triplet: E6, 9E and DD. RGB value is (230,158,221). Sum of RGB (Red+Green+Blue) = 230+158+221=609 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.77% from 609); Green value is 158 (62.11% from 255 or 25.94% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 230 - color contains mainly: red. Hex color #E69EDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69EDD is #196122. Grayscale: #BABABA. Windows color (decimal): -1663267 or 14524134. OLE color: 14524134.

HSL color Cylindrical-coordinate representation of color #E69EDD: hue angle of 307.5º 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 #E69EDD is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 158 221 -
CMYK 0 0.31 0.04 0.10
HSL 307.5º 0.59% 0.76% -
HSV(B) 307.5º 0.31% 0.9% -
XYZ 57.91 46.5 74.33 -
YUV 186.71 147.35 158.88 -
System Red Green Blue C M Y K H S L
Decimal 230 158 221 0 0.31 0.04 0.10 307.5 0.59 0.76
Hex E6 9E DD 0 1F 4 A 134 3B 4C
Octal 346 236 335 0 37 4 12 464 73 114
Binary 11100110 10011110 11011101 0 11111 100 1010 100110100 111011 1001100

Color Harmonies of #E69EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69EDD

Black with #E69EDD

Text Example


Text Example

White with #E69EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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