Html Css Color HEX #ED535D Mandy

📋 copy color: '#ED535D'

red 237 ◦ green 83 ◦ blue 93

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

Shades of Mandy #ED535D

Tints of Mandy #ED535D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.1%

 BLUE value IS 93 (36.72% from 255) = 22.52%

R = 57.38%
G = 20.1%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ED535D (or 0xED535D) is known color: Mandy. HEX triplet: ED, 53 and 5D. RGB value is (237,83,93). Sum of RGB (Red+Green+Blue) = 237+83+93=413 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.38% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 237 - color contains mainly: red. Hex color #ED535D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED535D is #12ACA2. Grayscale: #828282. Windows color (decimal): -1223843 or 6116333. OLE color: 6116333.

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

Color convert

RGB 237 83 93 -
CMYK 0 0.65 0.61 0.07
HSL 356.1º 0.81% 0.63% -
HSV(B) 356.1º 0.65% 0.93% -
XYZ 39.99 24.98 13.07 -
YUV 130.19 107.02 204.19 -
System Red Green Blue C M Y K H S L
Decimal 237 83 93 0 0.65 0.61 0.07 356.1 0.81 0.63
Hex ED 53 5D 0 41 3D 7 164 51 3F
Octal 355 123 135 0 101 75 7 544 121 77
Binary 11101101 1010011 1011101 0 1000001 111101 111 101100100 1010001 111111

Color Harmonies of #ED535D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED535D

Black with #ED535D

Text Example


Text Example

White with #ED535D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED535D; }

 p { color: rgb(237,83,93); }

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

background-color css

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

 a { background-color: rgb(237,83,93); }

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

border-color css

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

 span { border-color: rgb(237,83,93); }

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