Html Css Color HEX #ED4C4D Mandy

📋 copy color: '#ED4C4D'

red 237 ◦ green 76 ◦ blue 77

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

Shades of Mandy #ED4C4D

Tints of Mandy #ED4C4D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.49%

 BLUE value IS 77 (30.47% from 255) = 19.74%

R = 60.77%
G = 19.49%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED4C4D (or 0xED4C4D) is known color: Mandy. HEX triplet: ED, 4C and 4D. RGB value is (237,76,77). Sum of RGB (Red+Green+Blue) = 237+76+77=390 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.77% from 390); Green value is 76 (30.08% from 255 or 19.49% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4C4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4C4D is #12B3B2. Grayscale: #7C7C7C. Windows color (decimal): -1225651 or 5065965. OLE color: 5065965.

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

Color convert

RGB 237 76 77 -
CMYK 0 0.68 0.68 0.07
HSL 359.63º 0.82% 0.61% -
HSV(B) 359.63º 0.68% 0.93% -
XYZ 38.85 23.71 9.55 -
YUV 124.25 101.34 208.42 -
System Red Green Blue C M Y K H S L
Decimal 237 76 77 0 0.68 0.68 0.07 359.63 0.82 0.61
Hex ED 4C 4D 0 44 44 7 168 52 3D
Octal 355 114 115 0 104 104 7 550 122 75
Binary 11101101 1001100 1001101 0 1000100 1000100 111 101101000 1010010 111101

Color Harmonies of #ED4C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4C4D

Black with #ED4C4D

Text Example


Text Example

White with #ED4C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4C4D; }

 p { color: rgb(237,76,77); }

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

background-color css

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

 a { background-color: rgb(237,76,77); }

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

border-color css

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

 span { border-color: rgb(237,76,77); }

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