Html Css Color HEX #E69DF5 Mauve

📋 copy color: '#E69DF5'

red 230 ◦ green 157 ◦ blue 245

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

Shades of Mauve #E69DF5

Tints of Mauve #E69DF5

RGB

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

 GREEN value IS 157 (61.72% from 255) = 24.84%

 BLUE value IS 245 (96.09% from 255) = 38.77%

R = 36.39%
G = 24.84%
B = 38.77%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E69DF5 (or 0xE69DF5) is known color: Mauve. HEX triplet: E6, 9D and F5. RGB value is (230,157,245). Sum of RGB (Red+Green+Blue) = 230+157+245=632 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.39% from 632); Green value is 157 (61.72% from 255 or 24.84% from 632); Blue value is 245 (96.09% from 255 or 38.77% from 632); Max value from RGB is 245 - color contains mainly: blue. Hex color #E69DF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69DF5 is #19620A. Grayscale: #BCBCBC. Windows color (decimal): -1663499 or 16096742. OLE color: 16096742.

HSL color Cylindrical-coordinate representation of color #E69DF5: hue angle of 289.77º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E69DF5 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 230 157 245 -
CMYK 0.06 0.36 0 0.04
HSL 289.77º 0.81% 0.79% -
HSV(B) 289.77º 0.36% 0.96% -
XYZ 61.17 47.53 92.34 -
YUV 188.86 159.68 157.34 -
System Red Green Blue C M Y K H S L
Decimal 230 157 245 0.06 0.36 0 0.04 289.77 0.81 0.79
Hex E6 9D F5 6 24 0 4 122 51 4F
Octal 346 235 365 6 44 0 4 442 121 117
Binary 11100110 10011101 11110101 110 100100 0 100 100100010 1010001 1001111

Color Harmonies of #E69DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69DF5

Black with #E69DF5

Text Example


Text Example

White with #E69DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69DF5; }

 p { color: rgb(230,157,245); }

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

background-color css

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

 a { background-color: rgb(230,157,245); }

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

border-color css

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

 span { border-color: rgb(230,157,245); }

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