Html Css Color HEX #ED8BAC Mauvelous

📋 copy color: '#ED8BAC'

red 237 ◦ green 139 ◦ blue 172

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

Shades of Mauvelous #ED8BAC

Tints of Mauvelous #ED8BAC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.36%

 BLUE value IS 172 (67.58% from 255) = 31.39%

R = 43.25%
G = 25.36%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ED8BAC (or 0xED8BAC) is known color: Mauvelous. HEX triplet: ED, 8B and AC. RGB value is (237,139,172). Sum of RGB (Red+Green+Blue) = 237+139+172=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 139 (54.69% from 255 or 25.36% from 548); Blue value is 172 (67.58% from 255 or 31.39% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8BAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8BAC is #127453. Grayscale: #ACACAC. Windows color (decimal): -1209428 or 11308013. OLE color: 11308013.

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

Color convert

RGB 237 139 172 -
CMYK 0 0.41 0.27 0.07
HSL 339.8º 0.73% 0.74% -
HSV(B) 339.8º 0.41% 0.93% -
XYZ 51.6 39.45 43.92 -
YUV 172.06 127.97 174.32 -
System Red Green Blue C M Y K H S L
Decimal 237 139 172 0 0.41 0.27 0.07 339.8 0.73 0.74
Hex ED 8B AC 0 29 1B 7 154 49 4A
Octal 355 213 254 0 51 33 7 524 111 112
Binary 11101101 10001011 10101100 0 101001 11011 111 101010100 1001001 1001010

Color Harmonies of #ED8BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8BAC

Black with #ED8BAC

Text Example


Text Example

White with #ED8BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8BAC; }

 p { color: rgb(237,139,172); }

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

background-color css

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

 a { background-color: rgb(237,139,172); }

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

border-color css

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

 span { border-color: rgb(237,139,172); }

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