Html Css Color HEX #ED98A9 Mauvelous

📋 copy color: '#ED98A9'

red 237 ◦ green 152 ◦ blue 169

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

Shades of Mauvelous #ED98A9

Tints of Mauvelous #ED98A9

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.24%

 BLUE value IS 169 (66.41% from 255) = 30.29%

R = 42.47%
G = 27.24%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#ED98A9 (or 0xED98A9) is known color: Mauvelous. HEX triplet: ED, 98 and A9. RGB value is (237,152,169). Sum of RGB (Red+Green+Blue) = 237+152+169=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 152 (59.77% from 255 or 27.24% from 558); Blue value is 169 (66.41% from 255 or 30.29% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #ED98A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED98A9 is #126756. Grayscale: #B3B3B3. Windows color (decimal): -1206103 or 11114733. OLE color: 11114733.

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

Color convert

RGB 237 152 169 -
CMYK 0 0.36 0.29 0.07
HSL 348º 0.7% 0.76% -
HSV(B) 348º 0.36% 0.93% -
XYZ 53.31 43.33 43.09 -
YUV 179.35 122.16 169.12 -
System Red Green Blue C M Y K H S L
Decimal 237 152 169 0 0.36 0.29 0.07 348 0.7 0.76
Hex ED 98 A9 0 24 1D 7 15C 46 4C
Octal 355 230 251 0 44 35 7 534 106 114
Binary 11101101 10011000 10101001 0 100100 11101 111 101011100 1000110 1001100

Color Harmonies of #ED98A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED98A9

Black with #ED98A9

Text Example


Text Example

White with #ED98A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED98A9; }

 p { color: rgb(237,152,169); }

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

background-color css

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

 a { background-color: rgb(237,152,169); }

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

border-color css

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

 span { border-color: rgb(237,152,169); }

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