Html Css Color HEX #ED9FFB Mauve

📋 copy color: '#ED9FFB'

red 237 ◦ green 159 ◦ blue 251

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

Shades of Mauve #ED9FFB

Tints of Mauve #ED9FFB

RGB

 RED value IS 237 (92.97% from 255) = 36.63%

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

 BLUE value IS 251 (98.44% from 255) = 38.79%

R = 36.63%
G = 24.57%
B = 38.79%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED9FFB (or 0xED9FFB) is known color: Mauve. HEX triplet: ED, 9F and FB. RGB value is (237,159,251). Sum of RGB (Red+Green+Blue) = 237+159+251=647 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.63% from 647); Green value is 159 (62.5% from 255 or 24.57% from 647); Blue value is 251 (98.44% from 255 or 38.79% from 647); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED9FFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9FFB is #126004. Grayscale: #C0C0C0. Windows color (decimal): -1204229 or 16490477. OLE color: 16490477.

HSL color Cylindrical-coordinate representation of color #ED9FFB: hue angle of 290.87º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ED9FFB is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 159 251 -
CMYK 0.06 0.37 0 0.02
HSL 290.87º 0.92% 0.8% -
HSV(B) 290.87º 0.37% 0.98% -
XYZ 64.74 49.77 97.46 -
YUV 192.81 160.84 159.52 -
System Red Green Blue C M Y K H S L
Decimal 237 159 251 0.06 0.37 0 0.02 290.87 0.92 0.8
Hex ED 9F FB 6 25 0 2 123 5C 50
Octal 355 237 373 6 45 0 2 443 134 120
Binary 11101101 10011111 11111011 110 100101 0 10 100100011 1011100 1010000

Color Harmonies of #ED9FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9FFB

Black with #ED9FFB

Text Example


Text Example

White with #ED9FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9FFB; }

 p { color: rgb(237,159,251); }

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

background-color css

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

 a { background-color: rgb(237,159,251); }

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

border-color css

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

 span { border-color: rgb(237,159,251); }

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