Html Css Color HEX #ED8AA6 Mauvelous

📋 copy color: '#ED8AA6'

red 237 ◦ green 138 ◦ blue 166

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

Shades of Mauvelous #ED8AA6

Tints of Mauvelous #ED8AA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 30.68%

R = 43.81%
G = 25.51%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#ED8AA6 (or 0xED8AA6) is known color: Mauvelous. HEX triplet: ED, 8A and A6. RGB value is (237,138,166). Sum of RGB (Red+Green+Blue) = 237+138+166=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 138 (54.30% from 255 or 25.51% from 541); Blue value is 166 (65.23% from 255 or 30.68% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8AA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8AA6 is #127559. Grayscale: #AAAAAA. Windows color (decimal): -1209690 or 10914541. OLE color: 10914541.

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

Color convert

RGB 237 138 166 -
CMYK 0 0.42 0.30 0.07
HSL 343.03º 0.73% 0.74% -
HSV(B) 343.03º 0.42% 0.93% -
XYZ 50.9 38.93 40.91 -
YUV 170.79 125.3 175.22 -
System Red Green Blue C M Y K H S L
Decimal 237 138 166 0 0.42 0.30 0.07 343.03 0.73 0.74
Hex ED 8A A6 0 2A 1E 7 157 49 4A
Octal 355 212 246 0 52 36 7 527 111 112
Binary 11101101 10001010 10100110 0 101010 11110 111 101010111 1001001 1001010

Color Harmonies of #ED8AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8AA6

Black with #ED8AA6

Text Example


Text Example

White with #ED8AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8AA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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