Html Css Color HEX #ED8DAB Mauvelous

📋 copy color: '#ED8DAB'

red 237 ◦ green 141 ◦ blue 171

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

Shades of Mauvelous #ED8DAB

Tints of Mauvelous #ED8DAB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.68%

 BLUE value IS 171 (67.19% from 255) = 31.15%

R = 43.17%
G = 25.68%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ED8DAB (or 0xED8DAB) is known color: Mauvelous. HEX triplet: ED, 8D and AB. RGB value is (237,141,171). Sum of RGB (Red+Green+Blue) = 237+141+171=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 141 (55.47% from 255 or 25.68% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8DAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8DAB is #127254. Grayscale: #ADADAD. Windows color (decimal): -1208917 or 11242989. OLE color: 11242989.

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

Color convert

RGB 237 141 171 -
CMYK 0 0.41 0.28 0.07
HSL 341.25º 0.73% 0.74% -
HSV(B) 341.25º 0.41% 0.93% -
XYZ 51.8 39.99 43.52 -
YUV 173.12 126.8 173.56 -
System Red Green Blue C M Y K H S L
Decimal 237 141 171 0 0.41 0.28 0.07 341.25 0.73 0.74
Hex ED 8D AB 0 29 1C 7 155 49 4A
Octal 355 215 253 0 51 34 7 525 111 112
Binary 11101101 10001101 10101011 0 101001 11100 111 101010101 1001001 1001010

Color Harmonies of #ED8DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8DAB

Black with #ED8DAB

Text Example


Text Example

White with #ED8DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8DAB; }

 p { color: rgb(237,141,171); }

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

background-color css

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

 a { background-color: rgb(237,141,171); }

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

border-color css

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

 span { border-color: rgb(237,141,171); }

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