Html Css Color HEX #E696FD Mauve

📋 copy color: '#E696FD'

red 230 ◦ green 150 ◦ blue 253

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

Shades of Mauve #E696FD

Tints of Mauve #E696FD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 23.7%

 BLUE value IS 253 (99.22% from 255) = 39.97%

R = 36.33%
G = 23.7%
B = 39.97%

CMYK

 C value IS 0.09

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E696FD (or 0xE696FD) is known color: Mauve. HEX triplet: E6, 96 and FD. RGB value is (230,150,253). Sum of RGB (Red+Green+Blue) = 230+150+253=633 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.33% from 633); Green value is 150 (58.98% from 255 or 23.70% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: blue. Hex color #E696FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E696FD is #196902. Grayscale: #B9B9B9. Windows color (decimal): -1665283 or 16619238. OLE color: 16619238.

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

Color convert

RGB 230 150 253 -
CMYK 0.09 0.41 0 0.01
HSL 286.6º 0.96% 0.79% -
HSV(B) 286.6º 0.41% 0.99% -
XYZ 61.27 45.73 98.53 -
YUV 185.66 166 159.62 -
System Red Green Blue C M Y K H S L
Decimal 230 150 253 0.09 0.41 0 0.01 286.6 0.96 0.79
Hex E6 96 FD 9 29 0 1 11F 60 4F
Octal 346 226 375 11 51 0 1 437 140 117
Binary 11100110 10010110 11111101 1001 101001 0 1 100011111 1100000 1001111

Color Harmonies of #E696FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E696FD

Black with #E696FD

Text Example


Text Example

White with #E696FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E696FD; }

 p { color: rgb(230,150,253); }

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

background-color css

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

 a { background-color: rgb(230,150,253); }

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

border-color css

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

 span { border-color: rgb(230,150,253); }

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