Html Css Color HEX #E69DFC Mauve

📋 copy color: '#E69DFC'

red 230 ◦ green 157 ◦ blue 252

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

Shades of Mauve #E69DFC

Tints of Mauve #E69DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.44%

R = 35.99%
G = 24.57%
B = 39.44%

CMYK

 C value IS 0.09

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E69DFC (or 0xE69DFC) is known color: Mauve. HEX triplet: E6, 9D and FC. RGB value is (230,157,252). Sum of RGB (Red+Green+Blue) = 230+157+252=639 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.99% from 639); Green value is 157 (61.72% from 255 or 24.57% from 639); Blue value is 252 (98.83% from 255 or 39.44% from 639); Max value from RGB is 252 - color contains mainly: blue. Hex color #E69DFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69DFC is #196203. Grayscale: #BDBDBD. Windows color (decimal): -1663492 or 16555494. OLE color: 16555494.

HSL color Cylindrical-coordinate representation of color #E69DFC: hue angle of 286.11º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E69DFC is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 230 157 252 -
CMYK 0.09 0.38 0 0.01
HSL 286.11º 0.94% 0.8% -
HSV(B) 286.11º 0.38% 0.99% -
XYZ 62.26 47.97 98.07 -
YUV 189.66 163.18 156.78 -
System Red Green Blue C M Y K H S L
Decimal 230 157 252 0.09 0.38 0 0.01 286.11 0.94 0.8
Hex E6 9D FC 9 26 0 1 11E 5E 50
Octal 346 235 374 11 46 0 1 436 136 120
Binary 11100110 10011101 11111100 1001 100110 0 1 100011110 1011110 1010000

Color Harmonies of #E69DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69DFC

Black with #E69DFC

Text Example


Text Example

White with #E69DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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