#ED92A4

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

Shades of Mauvelous #ED92A4

Tints of Mauvelous #ED92A4

Color information

#ED92A4 (or 0xED92A4) is unknown color: approx Mauvelous. HEX triplet: ED, 92 and A4. RGB value is (237,146,164). Sum of RGB (Red+Green+Blue) = 237+146+164=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 146 (57.42% from 255 or 26.69% from 547); Blue value is 164 (64.45% from 255 or 29.98% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #ED92A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED92A4 is #126D5B. Grayscale: #AFAFAF. Windows color (decimal): -1207644 or 10785517. OLE color: 10785517.

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

Color convert

RGB237146164-
CMYK00.380.310.07
HSL348.13º71.65%75.1%-
HSV(B)348.13º38.4%92.94%-
XYZ51.941.2440.35-
YUV175.26121.65172.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.33%
GREEN value IS 146 (57.42% from 255) = 26.69%
BLUE value IS 164 (64.45% from 255) = 29.98%
R=43.33%
G=26.69%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714616400.380.310.07348.1371.6575.1
HexED92A40261F715c484b
Octal355222244046377534110113
Binary11101101100100101010010001001101111111110101110010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED92A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED92A4; }

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

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

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

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

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

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

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

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