Html Css Color HEX #ED8AA2 Mauvelous

📋 copy color: '#ED8AA2'

red 237 ◦ green 138 ◦ blue 162

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

Shades of Mauvelous #ED8AA2

Tints of Mauvelous #ED8AA2

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.7%

 BLUE value IS 162 (63.67% from 255) = 30.17%

R = 44.13%
G = 25.7%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#ED8AA2 (or 0xED8AA2) is known color: Mauvelous. HEX triplet: ED, 8A and A2. RGB value is (237,138,162). Sum of RGB (Red+Green+Blue) = 237+138+162=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 138 (54.30% from 255 or 25.70% from 537); Blue value is 162 (63.67% from 255 or 30.17% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8AA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8AA2 is #12755D. Grayscale: #AAAAAA. Windows color (decimal): -1209694 or 10652397. OLE color: 10652397.

HSL color Cylindrical-coordinate representation of color #ED8AA2: hue angle of 345.45º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ED8AA2 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 138 162 -
CMYK 0 0.42 0.32 0.07
HSL 345.45º 0.73% 0.74% -
HSV(B) 345.45º 0.42% 0.93% -
XYZ 50.54 38.79 39.01 -
YUV 170.34 123.3 175.55 -
System Red Green Blue C M Y K H S L
Decimal 237 138 162 0 0.42 0.32 0.07 345.45 0.73 0.74
Hex ED 8A A2 0 2A 20 7 159 49 4A
Octal 355 212 242 0 52 40 7 531 111 112
Binary 11101101 10001010 10100010 0 101010 100000 111 101011001 1001001 1001010

Color Harmonies of #ED8AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8AA2

Black with #ED8AA2

Text Example


Text Example

White with #ED8AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8AA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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