Html Css Color HEX #ED505B Mandy

📋 copy color: '#ED505B'

red 237 ◦ green 80 ◦ blue 91

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

Shades of Mandy #ED505B

Tints of Mandy #ED505B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.61%

 BLUE value IS 91 (35.94% from 255) = 22.3%

R = 58.09%
G = 19.61%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED505B (or 0xED505B) is known color: Mandy. HEX triplet: ED, 50 and 5B. RGB value is (237,80,91). Sum of RGB (Red+Green+Blue) = 237+80+91=408 (54% of max value = 765). Red value is 237 (92.97% from 255 or 58.09% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 91 (35.94% from 255 or 22.30% from 408); Max value from RGB is 237 - color contains mainly: red. Hex color #ED505B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED505B is #12AFA4. Grayscale: #808080. Windows color (decimal): -1224613 or 5984493. OLE color: 5984493.

HSL color Cylindrical-coordinate representation of color #ED505B: hue angle of 355.8º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ED505B is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 80 91 -
CMYK 0 0.66 0.62 0.07
HSL 355.8º 0.81% 0.62% -
HSV(B) 355.8º 0.66% 0.93% -
XYZ 39.68 24.5 12.53 -
YUV 128.2 107.01 205.61 -
System Red Green Blue C M Y K H S L
Decimal 237 80 91 0 0.66 0.62 0.07 355.8 0.81 0.62
Hex ED 50 5B 0 42 3E 7 164 51 3E
Octal 355 120 133 0 102 76 7 544 121 76
Binary 11101101 1010000 1011011 0 1000010 111110 111 101100100 1010001 111110

Color Harmonies of #ED505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED505B

Black with #ED505B

Text Example


Text Example

White with #ED505B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED505B; }

 p { color: rgb(237,80,91); }

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

background-color css

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

 a { background-color: rgb(237,80,91); }

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

border-color css

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

 span { border-color: rgb(237,80,91); }

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