Html Css Color HEX #ED95A5 Mauvelous

📋 copy color: '#ED95A5'

red 237 ◦ green 149 ◦ blue 165

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

Shades of Mauvelous #ED95A5

Tints of Mauvelous #ED95A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 29.95%

R = 43.01%
G = 27.04%
B = 29.95%

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

#ED95A5 (or 0xED95A5) is known color: Mauvelous. HEX triplet: ED, 95 and A5. RGB value is (237,149,165). Sum of RGB (Red+Green+Blue) = 237+149+165=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 149 (58.59% from 255 or 27.04% from 551); Blue value is 165 (64.84% from 255 or 29.95% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #ED95A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED95A5 is #126A5A. Grayscale: #B1B1B1. Windows color (decimal): -1206875 or 10851821. OLE color: 10851821.

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

Color convert

RGB 237 149 165 -
CMYK 0 0.37 0.30 0.07
HSL 349.09º 0.71% 0.76% -
HSV(B) 349.09º 0.37% 0.93% -
XYZ 52.46 42.22 40.98 -
YUV 177.14 121.15 170.7 -
System Red Green Blue C M Y K H S L
Decimal 237 149 165 0 0.37 0.30 0.07 349.09 0.71 0.76
Hex ED 95 A5 0 25 1E 7 15D 47 4C
Octal 355 225 245 0 45 36 7 535 107 114
Binary 11101101 10010101 10100101 0 100101 11110 111 101011101 1000111 1001100

Color Harmonies of #ED95A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED95A5

Black with #ED95A5

Text Example


Text Example

White with #ED95A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED95A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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