Html Css Color HEX #ED8FA9 Mauvelous

📋 copy color: '#ED8FA9'

red 237 ◦ green 143 ◦ blue 169

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

Shades of Mauvelous #ED8FA9

Tints of Mauvelous #ED8FA9

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.05%

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

R = 43.17%
G = 26.05%
B = 30.78%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#ED8FA9 (or 0xED8FA9) is known color: Mauvelous. HEX triplet: ED, 8F and A9. RGB value is (237,143,169). Sum of RGB (Red+Green+Blue) = 237+143+169=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 143 (56.25% from 255 or 26.05% from 549); Blue value is 169 (66.41% from 255 or 30.78% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8FA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8FA9 is #127056. Grayscale: #AEAEAE. Windows color (decimal): -1208407 or 11112429. OLE color: 11112429.

HSL color Cylindrical-coordinate representation of color #ED8FA9: hue angle of 343.4º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED8FA9 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 143 169 -
CMYK 0 0.40 0.29 0.07
HSL 343.4º 0.72% 0.75% -
HSV(B) 343.4º 0.4% 0.93% -
XYZ 51.91 40.51 42.62 -
YUV 174.07 125.14 172.89 -
System Red Green Blue C M Y K H S L
Decimal 237 143 169 0 0.40 0.29 0.07 343.4 0.72 0.75
Hex ED 8F A9 0 28 1D 7 157 48 4B
Octal 355 217 251 0 50 35 7 527 110 113
Binary 11101101 10001111 10101001 0 101000 11101 111 101010111 1001000 1001011

Color Harmonies of #ED8FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8FA9

Black with #ED8FA9

Text Example


Text Example

White with #ED8FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8FA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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