Html Css Color HEX #ED8EA2 Mauvelous

📋 copy color: '#ED8EA2'

red 237 ◦ green 142 ◦ blue 162

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

Shades of Mauvelous #ED8EA2

Tints of Mauvelous #ED8EA2

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.25%

 BLUE value IS 162 (63.67% from 255) = 29.94%

R = 43.81%
G = 26.25%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#ED8EA2 (or 0xED8EA2) is known color: Mauvelous. HEX triplet: ED, 8E and A2. RGB value is (237,142,162). Sum of RGB (Red+Green+Blue) = 237+142+162=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 142 (55.86% from 255 or 26.25% from 541); Blue value is 162 (63.67% from 255 or 29.94% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8EA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8EA2 is #12715D. Grayscale: #ACACAC. Windows color (decimal): -1208670 or 10653421. OLE color: 10653421.

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

Color convert

RGB 237 142 162 -
CMYK 0 0.40 0.32 0.07
HSL 347.37º 0.73% 0.74% -
HSV(B) 347.37º 0.4% 0.93% -
XYZ 51.12 39.96 39.2 -
YUV 172.69 121.97 173.87 -
System Red Green Blue C M Y K H S L
Decimal 237 142 162 0 0.40 0.32 0.07 347.37 0.73 0.74
Hex ED 8E A2 0 28 20 7 15B 49 4A
Octal 355 216 242 0 50 40 7 533 111 112
Binary 11101101 10001110 10100010 0 101000 100000 111 101011011 1001001 1001010

Color Harmonies of #ED8EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8EA2

Black with #ED8EA2

Text Example


Text Example

White with #ED8EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8EA2; }

 p { color: rgb(237,142,162); }

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

background-color css

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

 a { background-color: rgb(237,142,162); }

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

border-color css

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

 span { border-color: rgb(237,142,162); }

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