Html Css Color HEX #ED505C Mandy

📋 copy color: '#ED505C'

red 237 ◦ green 80 ◦ blue 92

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

Shades of Mandy #ED505C

Tints of Mandy #ED505C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.49%

R = 57.95%
G = 19.56%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ED505C (or 0xED505C) is known color: Mandy. HEX triplet: ED, 50 and 5C. RGB value is (237,80,92). Sum of RGB (Red+Green+Blue) = 237+80+92=409 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.95% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 237 - color contains mainly: red. Hex color #ED505C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED505C is #12AFA3. Grayscale: #808080. Windows color (decimal): -1224612 or 6050029. OLE color: 6050029.

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

Color convert

RGB 237 80 92 -
CMYK 0 0.66 0.61 0.07
HSL 355.41º 0.81% 0.62% -
HSV(B) 355.41º 0.66% 0.93% -
XYZ 39.73 24.51 12.76 -
YUV 128.31 107.51 205.52 -
System Red Green Blue C M Y K H S L
Decimal 237 80 92 0 0.66 0.61 0.07 355.41 0.81 0.62
Hex ED 50 5C 0 42 3D 7 163 51 3E
Octal 355 120 134 0 102 75 7 543 121 76
Binary 11101101 1010000 1011100 0 1000010 111101 111 101100011 1010001 111110

Color Harmonies of #ED505C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED505C

Black with #ED505C

Text Example


Text Example

White with #ED505C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED505C; }

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

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

background-color css

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

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

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

border-color css

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

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

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