Html Css Color HEX #ED90A3 Mauvelous

📋 copy color: '#ED90A3'

red 237 ◦ green 144 ◦ blue 163

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

Shades of Mauvelous #ED90A3

Tints of Mauvelous #ED90A3

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.47%

 BLUE value IS 163 (64.06% from 255) = 29.96%

R = 43.57%
G = 26.47%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#ED90A3 (or 0xED90A3) is known color: Mauvelous. HEX triplet: ED, 90 and A3. RGB value is (237,144,163). Sum of RGB (Red+Green+Blue) = 237+144+163=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 144 (56.64% from 255 or 26.47% from 544); Blue value is 163 (64.06% from 255 or 29.96% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #ED90A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED90A3 is #126F5C. Grayscale: #ADADAD. Windows color (decimal): -1208157 or 10719469. OLE color: 10719469.

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

Color convert

RGB 237 144 163 -
CMYK 0 0.39 0.31 0.07
HSL 347.74º 0.72% 0.75% -
HSV(B) 347.74º 0.39% 0.93% -
XYZ 51.51 40.6 39.77 -
YUV 173.97 121.81 172.96 -
System Red Green Blue C M Y K H S L
Decimal 237 144 163 0 0.39 0.31 0.07 347.74 0.72 0.75
Hex ED 90 A3 0 27 1F 7 15C 48 4B
Octal 355 220 243 0 47 37 7 534 110 113
Binary 11101101 10010000 10100011 0 100111 11111 111 101011100 1001000 1001011

Color Harmonies of #ED90A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED90A3

Black with #ED90A3

Text Example


Text Example

White with #ED90A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED90A3; }

 p { color: rgb(237,144,163); }

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

background-color css

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

 a { background-color: rgb(237,144,163); }

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

border-color css

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

 span { border-color: rgb(237,144,163); }

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