Html Css Color HEX #ED8AAD Mauvelous

📋 copy color: '#ED8AAD'

red 237 ◦ green 138 ◦ blue 173

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

Shades of Mauvelous #ED8AAD

Tints of Mauvelous #ED8AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 31.57%

R = 43.25%
G = 25.18%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ED8AAD (or 0xED8AAD) is known color: Mauvelous. HEX triplet: ED, 8A and AD. RGB value is (237,138,173). Sum of RGB (Red+Green+Blue) = 237+138+173=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 138 (54.30% from 255 or 25.18% from 548); Blue value is 173 (67.97% from 255 or 31.57% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8AAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8AAD is #127552. Grayscale: #ABABAB. Windows color (decimal): -1209683 or 11373293. OLE color: 11373293.

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

Color convert

RGB 237 138 173 -
CMYK 0 0.42 0.27 0.07
HSL 338.79º 0.73% 0.74% -
HSV(B) 338.79º 0.42% 0.93% -
XYZ 51.56 39.2 44.38 -
YUV 171.59 128.8 174.65 -
System Red Green Blue C M Y K H S L
Decimal 237 138 173 0 0.42 0.27 0.07 338.79 0.73 0.74
Hex ED 8A AD 0 2A 1B 7 153 49 4A
Octal 355 212 255 0 52 33 7 523 111 112
Binary 11101101 10001010 10101101 0 101010 11011 111 101010011 1001001 1001010

Color Harmonies of #ED8AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8AAD

Black with #ED8AAD

Text Example


Text Example

White with #ED8AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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