Html Css Color HEX #ED85AB Mauvelous

📋 copy color: '#ED85AB'

red 237 ◦ green 133 ◦ blue 171

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

Shades of Mauvelous #ED85AB

Tints of Mauvelous #ED85AB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.58%

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

R = 43.81%
G = 24.58%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ED85AB (or 0xED85AB) is known color: Mauvelous. HEX triplet: ED, 85 and AB. RGB value is (237,133,171). Sum of RGB (Red+Green+Blue) = 237+133+171=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 133 (52.34% from 255 or 24.58% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #ED85AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED85AB is #127A54. Grayscale: #A8A8A8. Windows color (decimal): -1210965 or 11240941. OLE color: 11240941.

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

Color convert

RGB 237 133 171 -
CMYK 0 0.44 0.28 0.07
HSL 338.08º 0.74% 0.73% -
HSV(B) 338.08º 0.44% 0.93% -
XYZ 50.66 37.72 43.14 -
YUV 168.43 129.46 176.91 -
System Red Green Blue C M Y K H S L
Decimal 237 133 171 0 0.44 0.28 0.07 338.08 0.74 0.73
Hex ED 85 AB 0 2C 1C 7 152 4A 49
Octal 355 205 253 0 54 34 7 522 112 111
Binary 11101101 10000101 10101011 0 101100 11100 111 101010010 1001010 1001001

Color Harmonies of #ED85AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED85AB

Black with #ED85AB

Text Example


Text Example

White with #ED85AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED85AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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