Html Css Color HEX #ED8BAE Mauvelous

📋 copy color: '#ED8BAE'

red 237 ◦ green 139 ◦ blue 174

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

Shades of Mauvelous #ED8BAE

Tints of Mauvelous #ED8BAE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.27%

 BLUE value IS 174 (68.36% from 255) = 31.64%

R = 43.09%
G = 25.27%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ED8BAE (or 0xED8BAE) is known color: Mauvelous. HEX triplet: ED, 8B and AE. RGB value is (237,139,174). Sum of RGB (Red+Green+Blue) = 237+139+174=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 139 (54.69% from 255 or 25.27% from 550); Blue value is 174 (68.36% from 255 or 31.64% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8BAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8BAE is #127451. Grayscale: #ACACAC. Windows color (decimal): -1209426 or 11439085. OLE color: 11439085.

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

Color convert

RGB 237 139 174 -
CMYK 0 0.41 0.27 0.07
HSL 338.57º 0.73% 0.74% -
HSV(B) 338.57º 0.41% 0.93% -
XYZ 51.8 39.53 44.94 -
YUV 172.29 128.97 174.15 -
System Red Green Blue C M Y K H S L
Decimal 237 139 174 0 0.41 0.27 0.07 338.57 0.73 0.74
Hex ED 8B AE 0 29 1B 7 153 49 4A
Octal 355 213 256 0 51 33 7 523 111 112
Binary 11101101 10001011 10101110 0 101001 11011 111 101010011 1001001 1001010

Color Harmonies of #ED8BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8BAE

Black with #ED8BAE

Text Example


Text Example

White with #ED8BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8BAE; }

 p { color: rgb(237,139,174); }

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

background-color css

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

 a { background-color: rgb(237,139,174); }

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

border-color css

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

 span { border-color: rgb(237,139,174); }

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