#ED92A2

Color #ED92A2 Mauvelous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauvelous #ED92A2

Tints of Mauvelous #ED92A2

Color information

#ED92A2 (or 0xED92A2) is unknown color: approx Mauvelous. HEX triplet: ED, 92 and A2. RGB value is (237,146,162). Sum of RGB (Red+Green+Blue) = 237+146+162=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 146 (57.42% from 255 or 26.79% from 545); Blue value is 162 (63.67% from 255 or 29.72% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #ED92A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED92A2 is #126D5D. Grayscale: #AFAFAF. Windows color (decimal): -1207646 or 10654445. OLE color: 10654445.

HSL color Cylindrical-coordinate representation of color #ED92A2: hue angle of 349.45º 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 #ED92A2 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB237146162-
CMYK00.380.320.07
HSL349.45º71.65%75.1%-
HSV(B)349.45º38.4%92.94%-
XYZ51.7341.1739.4-
YUV175.03120.65172.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.49%
GREEN value IS 146 (57.42% from 255) = 26.79%
BLUE value IS 162 (63.67% from 255) = 29.72%
R=43.49%
G=26.79%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714616200.380.320.07349.4571.6575.1
HexED92A202620715d484b
Octal355222242046407535110113
Binary111011011001001010100010010011010000011110101110110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED92A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED92A2; }

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

 H1.HeaderClassName
 {
   color: #ED92A2;
 }
 .AnyTagClassName
 {
   color: #ED92A2;
 }
</style>
background-color css

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

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

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

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

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

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