Html Css Color HEX #ED8AAB Mauvelous

📋 copy color: '#ED8AAB'

red 237 ◦ green 138 ◦ blue 171

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

Shades of Mauvelous #ED8AAB

Tints of Mauvelous #ED8AAB

RGB

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

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

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

R = 43.41%
G = 25.27%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ED8AAB (or 0xED8AAB) is known color: Mauvelous. HEX triplet: ED, 8A and AB. RGB value is (237,138,171). Sum of RGB (Red+Green+Blue) = 237+138+171=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 138 (54.30% from 255 or 25.27% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8AAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8AAB is #127554. Grayscale: #ABABAB. Windows color (decimal): -1209685 or 11242221. OLE color: 11242221.

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

Color convert

RGB 237 138 171 -
CMYK 0 0.42 0.28 0.07
HSL 340º 0.73% 0.74% -
HSV(B) 340º 0.42% 0.93% -
XYZ 51.36 39.12 43.37 -
YUV 171.36 127.8 174.82 -
System Red Green Blue C M Y K H S L
Decimal 237 138 171 0 0.42 0.28 0.07 340 0.73 0.74
Hex ED 8A AB 0 2A 1C 7 154 49 4A
Octal 355 212 253 0 52 34 7 524 111 112
Binary 11101101 10001010 10101011 0 101010 11100 111 101010100 1001001 1001010

Color Harmonies of #ED8AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8AAB

Black with #ED8AAB

Text Example


Text Example

White with #ED8AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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