Html Css Color HEX #E69FE7 Plum

📋 copy color: '#E69FE7'

red 230 ◦ green 159 ◦ blue 231

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

Shades of Plum #E69FE7

Tints of Plum #E69FE7

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.65%

 BLUE value IS 231 (90.63% from 255) = 37.26%

R = 37.1%
G = 25.65%
B = 37.26%

CMYK

 C value IS 0.00

 M value IS 0.31

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E69FE7 (or 0xE69FE7) is known color: Plum. HEX triplet: E6, 9F and E7. RGB value is (230,159,231). Sum of RGB (Red+Green+Blue) = 230+159+231=620 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.10% from 620); Green value is 159 (62.5% from 255 or 25.65% from 620); Blue value is 231 (90.62% from 255 or 37.26% from 620); Max value from RGB is 231 - color contains mainly: blue. Hex color #E69FE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69FE7 is #196018. Grayscale: #BCBCBC. Windows color (decimal): -1663001 or 15179750. OLE color: 15179750.

HSL color Cylindrical-coordinate representation of color #E69FE7: hue angle of 299.17º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E69FE7 is Cyan = 0.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 230 159 231 -
CMYK 0.00 0.31 0 0.09
HSL 299.17º 0.6% 0.76% -
HSV(B) 299.17º 0.31% 0.91% -
XYZ 59.46 47.39 81.61 -
YUV 188.44 152.02 157.65 -
System Red Green Blue C M Y K H S L
Decimal 230 159 231 0.00 0.31 0 0.09 299.17 0.6 0.76
Hex E6 9F E7 0 1F 0 9 12B 3C 4C
Octal 346 237 347 0 37 0 11 453 74 114
Binary 11100110 10011111 11100111 0 11111 0 1001 100101011 111100 1001100

Color Harmonies of #E69FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69FE7

Black with #E69FE7

Text Example


Text Example

White with #E69FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69FE7; }

 p { color: rgb(230,159,231); }

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

background-color css

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

 a { background-color: rgb(230,159,231); }

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

border-color css

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

 span { border-color: rgb(230,159,231); }

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