Html Css Color HEX #ED9CA7 Mauvelous

📋 copy color: '#ED9CA7'

red 237 ◦ green 156 ◦ blue 167

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

Shades of Mauvelous #ED9CA7

Tints of Mauvelous #ED9CA7

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.86%

 BLUE value IS 167 (65.63% from 255) = 29.82%

R = 42.32%
G = 27.86%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#ED9CA7 (or 0xED9CA7) is known color: Mauvelous. HEX triplet: ED, 9C and A7. RGB value is (237,156,167). Sum of RGB (Red+Green+Blue) = 237+156+167=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 156 (61.33% from 255 or 27.86% from 560); Blue value is 167 (65.62% from 255 or 29.82% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9CA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9CA7 is #126358. Grayscale: #B5B5B5. Windows color (decimal): -1205081 or 10984685. OLE color: 10984685.

HSL color Cylindrical-coordinate representation of color #ED9CA7: hue angle of 351.85º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ED9CA7 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 156 167 -
CMYK 0 0.34 0.30 0.07
HSL 351.85º 0.69% 0.77% -
HSV(B) 351.85º 0.34% 0.93% -
XYZ 53.79 44.57 42.33 -
YUV 181.47 119.84 167.61 -
System Red Green Blue C M Y K H S L
Decimal 237 156 167 0 0.34 0.30 0.07 351.85 0.69 0.77
Hex ED 9C A7 0 22 1E 7 160 45 4D
Octal 355 234 247 0 42 36 7 540 105 115
Binary 11101101 10011100 10100111 0 100010 11110 111 101100000 1000101 1001101

Color Harmonies of #ED9CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9CA7

Black with #ED9CA7

Text Example


Text Example

White with #ED9CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9CA7; }

 p { color: rgb(237,156,167); }

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

background-color css

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

 a { background-color: rgb(237,156,167); }

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

border-color css

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

 span { border-color: rgb(237,156,167); }

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