Html Css Color HEX #ED95A6 Mauvelous

📋 copy color: '#ED95A6'

red 237 ◦ green 149 ◦ blue 166

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

Shades of Mauvelous #ED95A6

Tints of Mauvelous #ED95A6

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.99%

 BLUE value IS 166 (65.23% from 255) = 30.07%

R = 42.93%
G = 26.99%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#ED95A6 (or 0xED95A6) is known color: Mauvelous. HEX triplet: ED, 95 and A6. RGB value is (237,149,166). Sum of RGB (Red+Green+Blue) = 237+149+166=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 149 (58.59% from 255 or 26.99% from 552); Blue value is 166 (65.23% from 255 or 30.07% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #ED95A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED95A6 is #126A59. Grayscale: #B1B1B1. Windows color (decimal): -1206874 or 10917357. OLE color: 10917357.

HSL color Cylindrical-coordinate representation of color #ED95A6: hue angle of 348.41º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ED95A6 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 149 166 -
CMYK 0 0.37 0.30 0.07
HSL 348.41º 0.71% 0.76% -
HSV(B) 348.41º 0.37% 0.93% -
XYZ 52.56 42.25 41.46 -
YUV 177.25 121.65 170.62 -
System Red Green Blue C M Y K H S L
Decimal 237 149 166 0 0.37 0.30 0.07 348.41 0.71 0.76
Hex ED 95 A6 0 25 1E 7 15C 47 4C
Octal 355 225 246 0 45 36 7 534 107 114
Binary 11101101 10010101 10100110 0 100101 11110 111 101011100 1000111 1001100

Color Harmonies of #ED95A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED95A6

Black with #ED95A6

Text Example


Text Example

White with #ED95A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED95A6; }

 p { color: rgb(237,149,166); }

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

background-color css

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

 a { background-color: rgb(237,149,166); }

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

border-color css

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

 span { border-color: rgb(237,149,166); }

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