Html Css Color HEX #ED505A Mandy

📋 copy color: '#ED505A'

red 237 ◦ green 80 ◦ blue 90

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

Shades of Mandy #ED505A

Tints of Mandy #ED505A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.11%

R = 58.23%
G = 19.66%
B = 22.11%

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

#ED505A (or 0xED505A) is known color: Mandy. HEX triplet: ED, 50 and 5A. RGB value is (237,80,90). Sum of RGB (Red+Green+Blue) = 237+80+90=407 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.23% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 90 (35.55% from 255 or 22.11% from 407); Max value from RGB is 237 - color contains mainly: red. Hex color #ED505A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED505A is #12AFA5. Grayscale: #808080. Windows color (decimal): -1224614 or 5918957. OLE color: 5918957.

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

Color convert

RGB 237 80 90 -
CMYK 0 0.66 0.62 0.07
HSL 356.18º 0.81% 0.62% -
HSV(B) 356.18º 0.66% 0.93% -
XYZ 39.64 24.48 12.31 -
YUV 128.08 106.51 205.69 -
System Red Green Blue C M Y K H S L
Decimal 237 80 90 0 0.66 0.62 0.07 356.18 0.81 0.62
Hex ED 50 5A 0 42 3E 7 164 51 3E
Octal 355 120 132 0 102 76 7 544 121 76
Binary 11101101 1010000 1011010 0 1000010 111110 111 101100100 1010001 111110

Color Harmonies of #ED505A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED505A

Black with #ED505A

Text Example


Text Example

White with #ED505A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED505A; }

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

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

background-color css

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

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

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

border-color css

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

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

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