Html Css Color HEX #ED92AA Mauvelous

📋 copy color: '#ED92AA'

red 237 ◦ green 146 ◦ blue 170

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

Shades of Mauvelous #ED92AA

Tints of Mauvelous #ED92AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 30.74%

R = 42.86%
G = 26.4%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ED92AA (or 0xED92AA) is known color: Mauvelous. HEX triplet: ED, 92 and AA. RGB value is (237,146,170). Sum of RGB (Red+Green+Blue) = 237+146+170=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 146 (57.42% from 255 or 26.40% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #ED92AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED92AA is #126D55. Grayscale: #AFAFAF. Windows color (decimal): -1207638 or 11178733. OLE color: 11178733.

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

Color convert

RGB 237 146 170 -
CMYK 0 0.38 0.28 0.07
HSL 344.18º 0.72% 0.75% -
HSV(B) 344.18º 0.38% 0.93% -
XYZ 52.46 41.46 43.27 -
YUV 175.95 124.65 171.55 -
System Red Green Blue C M Y K H S L
Decimal 237 146 170 0 0.38 0.28 0.07 344.18 0.72 0.75
Hex ED 92 AA 0 26 1C 7 158 48 4B
Octal 355 222 252 0 46 34 7 530 110 113
Binary 11101101 10010010 10101010 0 100110 11100 111 101011000 1001000 1001011

Color Harmonies of #ED92AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED92AA

Black with #ED92AA

Text Example


Text Example

White with #ED92AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED92AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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