Html Css Color HEX #ED98A6 Mauvelous

📋 copy color: '#ED98A6'

red 237 ◦ green 152 ◦ blue 166

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

Shades of Mauvelous #ED98A6

Tints of Mauvelous #ED98A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 29.91%

R = 42.7%
G = 27.39%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#ED98A6 (or 0xED98A6) is known color: Mauvelous. HEX triplet: ED, 98 and A6. RGB value is (237,152,166). Sum of RGB (Red+Green+Blue) = 237+152+166=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 152 (59.77% from 255 or 27.39% from 555); Blue value is 166 (65.23% from 255 or 29.91% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #ED98A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED98A6 is #126759. Grayscale: #B3B3B3. Windows color (decimal): -1206106 or 10918125. OLE color: 10918125.

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

Color convert

RGB 237 152 166 -
CMYK 0 0.36 0.30 0.07
HSL 350.12º 0.7% 0.76% -
HSV(B) 350.12º 0.36% 0.93% -
XYZ 53.04 43.21 41.62 -
YUV 179.01 120.66 169.36 -
System Red Green Blue C M Y K H S L
Decimal 237 152 166 0 0.36 0.30 0.07 350.12 0.7 0.76
Hex ED 98 A6 0 24 1E 7 15E 46 4C
Octal 355 230 246 0 44 36 7 536 106 114
Binary 11101101 10011000 10100110 0 100100 11110 111 101011110 1000110 1001100

Color Harmonies of #ED98A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED98A6

Black with #ED98A6

Text Example


Text Example

White with #ED98A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED98A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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