Html Css Color HEX #ED8BA9 Mauvelous

📋 copy color: '#ED8BA9'

red 237 ◦ green 139 ◦ blue 169

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

Shades of Mauvelous #ED8BA9

Tints of Mauvelous #ED8BA9

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.5%

 BLUE value IS 169 (66.41% from 255) = 31.01%

R = 43.49%
G = 25.5%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#ED8BA9 (or 0xED8BA9) is known color: Mauvelous. HEX triplet: ED, 8B and A9. RGB value is (237,139,169). Sum of RGB (Red+Green+Blue) = 237+139+169=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 139 (54.69% from 255 or 25.50% from 545); Blue value is 169 (66.41% from 255 or 31.01% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8BA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8BA9 is #127456. Grayscale: #ABABAB. Windows color (decimal): -1209431 or 11111405. OLE color: 11111405.

HSL color Cylindrical-coordinate representation of color #ED8BA9: hue angle of 341.63º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ED8BA9 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 139 169 -
CMYK 0 0.41 0.29 0.07
HSL 341.63º 0.73% 0.74% -
HSV(B) 341.63º 0.41% 0.93% -
XYZ 51.32 39.33 42.42 -
YUV 171.72 126.47 174.56 -
System Red Green Blue C M Y K H S L
Decimal 237 139 169 0 0.41 0.29 0.07 341.63 0.73 0.74
Hex ED 8B A9 0 29 1D 7 156 49 4A
Octal 355 213 251 0 51 35 7 526 111 112
Binary 11101101 10001011 10101001 0 101001 11101 111 101010110 1001001 1001010

Color Harmonies of #ED8BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8BA9

Black with #ED8BA9

Text Example


Text Example

White with #ED8BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8BA9; }

 p { color: rgb(237,139,169); }

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

background-color css

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

 a { background-color: rgb(237,139,169); }

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

border-color css

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

 span { border-color: rgb(237,139,169); }

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