Html Css Color HEX #ED98A8 Mauvelous

📋 copy color: '#ED98A8'

red 237 ◦ green 152 ◦ blue 168

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

Shades of Mauvelous #ED98A8

Tints of Mauvelous #ED98A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 30.16%

R = 42.55%
G = 27.29%
B = 30.16%

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

#ED98A8 (or 0xED98A8) is known color: Mauvelous. HEX triplet: ED, 98 and A8. RGB value is (237,152,168). Sum of RGB (Red+Green+Blue) = 237+152+168=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 152 (59.77% from 255 or 27.29% from 557); Blue value is 168 (66.02% from 255 or 30.16% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #ED98A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED98A8 is #126757. Grayscale: #B3B3B3. Windows color (decimal): -1206104 or 11049197. OLE color: 11049197.

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

Color convert

RGB 237 152 168 -
CMYK 0 0.36 0.29 0.07
HSL 348.71º 0.7% 0.76% -
HSV(B) 348.71º 0.36% 0.93% -
XYZ 53.22 43.29 42.6 -
YUV 179.24 121.66 169.2 -
System Red Green Blue C M Y K H S L
Decimal 237 152 168 0 0.36 0.29 0.07 348.71 0.7 0.76
Hex ED 98 A8 0 24 1D 7 15D 46 4C
Octal 355 230 250 0 44 35 7 535 106 114
Binary 11101101 10011000 10101000 0 100100 11101 111 101011101 1000110 1001100

Color Harmonies of #ED98A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED98A8

Black with #ED98A8

Text Example


Text Example

White with #ED98A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED98A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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