Html Css Color HEX #ED8B9F Mauvelous

📋 copy color: '#ED8B9F'

red 237 ◦ green 139 ◦ blue 159

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

Shades of Mauvelous #ED8B9F

Tints of Mauvelous #ED8B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 29.72%

R = 44.3%
G = 25.98%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ED8B9F (or 0xED8B9F) is known color: Mauvelous. HEX triplet: ED, 8B and 9F. RGB value is (237,139,159). Sum of RGB (Red+Green+Blue) = 237+139+159=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 139 (54.69% from 255 or 25.98% from 535); Blue value is 159 (62.5% from 255 or 29.72% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8B9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8B9F is #127460. Grayscale: #AAAAAA. Windows color (decimal): -1209441 or 10456045. OLE color: 10456045.

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

Color convert

RGB 237 139 159 -
CMYK 0 0.41 0.33 0.07
HSL 347.76º 0.73% 0.74% -
HSV(B) 347.76º 0.41% 0.93% -
XYZ 50.42 38.97 37.67 -
YUV 170.58 121.47 175.37 -
System Red Green Blue C M Y K H S L
Decimal 237 139 159 0 0.41 0.33 0.07 347.76 0.73 0.74
Hex ED 8B 9F 0 29 21 7 15C 49 4A
Octal 355 213 237 0 51 41 7 534 111 112
Binary 11101101 10001011 10011111 0 101001 100001 111 101011100 1001001 1001010

Color Harmonies of #ED8B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8B9F

Black with #ED8B9F

Text Example


Text Example

White with #ED8B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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