Html Css Color HEX #EC9BFD Mauve

📋 copy color: '#EC9BFD'

red 236 ◦ green 155 ◦ blue 253

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

Shades of Mauve #EC9BFD

Tints of Mauve #EC9BFD

RGB

 RED value IS 236 (92.58% from 255) = 36.65%

 GREEN value IS 155 (60.94% from 255) = 24.07%

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

R = 36.65%
G = 24.07%
B = 39.29%

CMYK

 C value IS 0.07

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC9BFD (or 0xEC9BFD) is known color: Mauve. HEX triplet: EC, 9B and FD. RGB value is (236,155,253). Sum of RGB (Red+Green+Blue) = 236+155+253=644 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.65% from 644); Green value is 155 (60.94% from 255 or 24.07% from 644); Blue value is 253 (99.22% from 255 or 39.29% from 644); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC9BFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9BFD is #136402. Grayscale: #BEBEBE. Windows color (decimal): -1270787 or 16620524. OLE color: 16620524.

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

Color convert

RGB 236 155 253 -
CMYK 0.07 0.39 0 0.01
HSL 289.59º 0.96% 0.8% -
HSV(B) 289.59º 0.39% 0.99% -
XYZ 64.04 48.37 98.89 -
YUV 190.39 163.34 160.53 -
System Red Green Blue C M Y K H S L
Decimal 236 155 253 0.07 0.39 0 0.01 289.59 0.96 0.8
Hex EC 9B FD 7 27 0 1 122 60 50
Octal 354 233 375 7 47 0 1 442 140 120
Binary 11101100 10011011 11111101 111 100111 0 1 100100010 1100000 1010000

Color Harmonies of #EC9BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9BFD

Black with #EC9BFD

Text Example


Text Example

White with #EC9BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9BFD; }

 p { color: rgb(236,155,253); }

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

background-color css

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

 a { background-color: rgb(236,155,253); }

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

border-color css

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

 span { border-color: rgb(236,155,253); }

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