Html Css Color HEX #ED8FA2 Mauvelous

📋 copy color: '#ED8FA2'

red 237 ◦ green 143 ◦ blue 162

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

Shades of Mauvelous #ED8FA2

Tints of Mauvelous #ED8FA2

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.38%

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

R = 43.73%
G = 26.38%
B = 29.89%

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

#ED8FA2 (or 0xED8FA2) is known color: Mauvelous. HEX triplet: ED, 8F and A2. RGB value is (237,143,162). Sum of RGB (Red+Green+Blue) = 237+143+162=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 143 (56.25% from 255 or 26.38% from 542); Blue value is 162 (63.67% from 255 or 29.89% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8FA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8FA2 is #12705D. Grayscale: #ADADAD. Windows color (decimal): -1208414 or 10653677. OLE color: 10653677.

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

Color convert

RGB 237 143 162 -
CMYK 0 0.40 0.32 0.07
HSL 347.87º 0.72% 0.75% -
HSV(B) 347.87º 0.4% 0.93% -
XYZ 51.27 40.26 39.25 -
YUV 173.27 121.64 173.46 -
System Red Green Blue C M Y K H S L
Decimal 237 143 162 0 0.40 0.32 0.07 347.87 0.72 0.75
Hex ED 8F A2 0 28 20 7 15C 48 4B
Octal 355 217 242 0 50 40 7 534 110 113
Binary 11101101 10001111 10100010 0 101000 100000 111 101011100 1001000 1001011

Color Harmonies of #ED8FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8FA2

Black with #ED8FA2

Text Example


Text Example

White with #ED8FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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