Html Css Color HEX #ED97A8 Mauvelous

📋 copy color: '#ED97A8'

red 237 ◦ green 151 ◦ blue 168

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

Shades of Mauvelous #ED97A8

Tints of Mauvelous #ED97A8

RGB

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

 GREEN value IS 151 (59.38% from 255) = 27.16%

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

R = 42.63%
G = 27.16%
B = 30.22%

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

#ED97A8 (or 0xED97A8) is known color: Mauvelous. HEX triplet: ED, 97 and A8. RGB value is (237,151,168). Sum of RGB (Red+Green+Blue) = 237+151+168=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 151 (59.38% from 255 or 27.16% from 556); Blue value is 168 (66.02% from 255 or 30.22% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #ED97A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED97A8 is #126857. Grayscale: #B2B2B2. Windows color (decimal): -1206360 or 11048941. OLE color: 11048941.

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

Color convert

RGB 237 151 168 -
CMYK 0 0.36 0.29 0.07
HSL 348.14º 0.7% 0.76% -
HSV(B) 348.14º 0.36% 0.93% -
XYZ 53.06 42.96 42.54 -
YUV 178.65 121.99 169.62 -
System Red Green Blue C M Y K H S L
Decimal 237 151 168 0 0.36 0.29 0.07 348.14 0.7 0.76
Hex ED 97 A8 0 24 1D 7 15C 46 4C
Octal 355 227 250 0 44 35 7 534 106 114
Binary 11101101 10010111 10101000 0 100100 11101 111 101011100 1000110 1001100

Color Harmonies of #ED97A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED97A8

Black with #ED97A8

Text Example


Text Example

White with #ED97A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED97A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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