Html Css Color HEX #ED8CAA Mauvelous

📋 copy color: '#ED8CAA'

red 237 ◦ green 140 ◦ blue 170

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

Shades of Mauvelous #ED8CAA

Tints of Mauvelous #ED8CAA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.59%

 BLUE value IS 170 (66.8% from 255) = 31.08%

R = 43.33%
G = 25.59%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ED8CAA (or 0xED8CAA) is known color: Mauvelous. HEX triplet: ED, 8C and AA. RGB value is (237,140,170). Sum of RGB (Red+Green+Blue) = 237+140+170=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 140 (55.08% from 255 or 25.59% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8CAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8CAA is #127355. Grayscale: #ACACAC. Windows color (decimal): -1209174 or 11177197. OLE color: 11177197.

HSL color Cylindrical-coordinate representation of color #ED8CAA: hue angle of 341.44º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ED8CAA is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 140 170 -
CMYK 0 0.41 0.28 0.07
HSL 341.44º 0.73% 0.74% -
HSV(B) 341.44º 0.41% 0.93% -
XYZ 51.56 39.66 42.97 -
YUV 172.42 126.64 174.06 -
System Red Green Blue C M Y K H S L
Decimal 237 140 170 0 0.41 0.28 0.07 341.44 0.73 0.74
Hex ED 8C AA 0 29 1C 7 155 49 4A
Octal 355 214 252 0 51 34 7 525 111 112
Binary 11101101 10001100 10101010 0 101001 11100 111 101010101 1001001 1001010

Color Harmonies of #ED8CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8CAA

Black with #ED8CAA

Text Example


Text Example

White with #ED8CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8CAA; }

 p { color: rgb(237,140,170); }

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

background-color css

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

 a { background-color: rgb(237,140,170); }

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

border-color css

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

 span { border-color: rgb(237,140,170); }

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