Html Css Color HEX #ED9BFF Mauve

📋 copy color: '#ED9BFF'

red 237 ◦ green 155 ◦ blue 255

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

Shades of Mauve #ED9BFF

Tints of Mauve #ED9BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.41%

R = 36.63%
G = 23.96%
B = 39.41%

CMYK

 C value IS 0.07

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED9BFF (or 0xED9BFF) is known color: Mauve. HEX triplet: ED, 9B and FF. RGB value is (237,155,255). Sum of RGB (Red+Green+Blue) = 237+155+255=647 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.63% from 647); Green value is 155 (60.94% from 255 or 23.96% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED9BFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9BFF is #126400. Grayscale: #BEBEBE. Windows color (decimal): -1205249 or 16751597. OLE color: 16751597.

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

Color convert

RGB 237 155 255 -
CMYK 0.07 0.39 0 0
HSL 289.2º 1% 0.8% -
HSV(B) 289.2º 0.39% 1% -
XYZ 64.7 48.67 100.59 -
YUV 190.92 164.17 160.87 -
System Red Green Blue C M Y K H S L
Decimal 237 155 255 0.07 0.39 0 0 289.2 1 0.8
Hex ED 9B FF 7 27 0 0 121 64 50
Octal 355 233 377 7 47 0 0 441 144 120
Binary 11101101 10011011 11111111 111 100111 0 0 100100001 1100100 1010000

Color Harmonies of #ED9BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9BFF

Black with #ED9BFF

Text Example


Text Example

White with #ED9BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9BFF; }

 p { color: rgb(237,155,255); }

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

background-color css

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

 a { background-color: rgb(237,155,255); }

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

border-color css

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

 span { border-color: rgb(237,155,255); }

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