Html Css Color HEX #ED92A9 Mauvelous

📋 copy color: '#ED92A9'

red 237 ◦ green 146 ◦ blue 169

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

Shades of Mauvelous #ED92A9

Tints of Mauvelous #ED92A9

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.45%

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

R = 42.93%
G = 26.45%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#ED92A9 (or 0xED92A9) is known color: Mauvelous. HEX triplet: ED, 92 and A9. RGB value is (237,146,169). Sum of RGB (Red+Green+Blue) = 237+146+169=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 146 (57.42% from 255 or 26.45% from 552); Blue value is 169 (66.41% from 255 or 30.62% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #ED92A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED92A9 is #126D56. Grayscale: #AFAFAF. Windows color (decimal): -1207639 or 11113197. OLE color: 11113197.

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

Color convert

RGB 237 146 169 -
CMYK 0 0.38 0.29 0.07
HSL 344.84º 0.72% 0.75% -
HSV(B) 344.84º 0.38% 0.93% -
XYZ 52.37 41.43 42.77 -
YUV 175.83 124.15 171.63 -
System Red Green Blue C M Y K H S L
Decimal 237 146 169 0 0.38 0.29 0.07 344.84 0.72 0.75
Hex ED 92 A9 0 26 1D 7 159 48 4B
Octal 355 222 251 0 46 35 7 531 110 113
Binary 11101101 10010010 10101001 0 100110 11101 111 101011001 1001000 1001011

Color Harmonies of #ED92A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED92A9

Black with #ED92A9

Text Example


Text Example

White with #ED92A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED92A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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