Html Css Color HEX #ED9EFB Mauve

📋 copy color: '#ED9EFB'

red 237 ◦ green 158 ◦ blue 251

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

Shades of Mauve #ED9EFB

Tints of Mauve #ED9EFB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 24.46%

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

R = 36.69%
G = 24.46%
B = 38.85%

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

#ED9EFB (or 0xED9EFB) is known color: Mauve. HEX triplet: ED, 9E and FB. RGB value is (237,158,251). Sum of RGB (Red+Green+Blue) = 237+158+251=646 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.69% from 646); Green value is 158 (62.11% from 255 or 24.46% from 646); Blue value is 251 (98.44% from 255 or 38.85% from 646); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED9EFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9EFB is #126104. Grayscale: #BFBFBF. Windows color (decimal): -1204485 or 16490221. OLE color: 16490221.

HSL color Cylindrical-coordinate representation of color #ED9EFB: hue angle of 290.97º 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 #ED9EFB is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 158 251 -
CMYK 0.06 0.37 0 0.02
HSL 290.97º 0.92% 0.8% -
HSV(B) 290.97º 0.37% 0.98% -
XYZ 64.56 49.42 97.4 -
YUV 192.22 161.17 159.94 -
System Red Green Blue C M Y K H S L
Decimal 237 158 251 0.06 0.37 0 0.02 290.97 0.92 0.8
Hex ED 9E FB 6 25 0 2 123 5C 50
Octal 355 236 373 6 45 0 2 443 134 120
Binary 11101101 10011110 11111011 110 100101 0 10 100100011 1011100 1010000

Color Harmonies of #ED9EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9EFB

Black with #ED9EFB

Text Example


Text Example

White with #ED9EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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