Html Css Color HEX #ED5748 Flamingo

📋 copy color: '#ED5748'

red 237 ◦ green 87 ◦ blue 72

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

Shades of Flamingo #ED5748

Tints of Flamingo #ED5748

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.97%

 BLUE value IS 72 (28.52% from 255) = 18.18%

R = 59.85%
G = 21.97%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ED5748 (or 0xED5748) is known color: Flamingo. HEX triplet: ED, 57 and 48. RGB value is (237,87,72). Sum of RGB (Red+Green+Blue) = 237+87+72=396 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.85% from 396); Green value is 87 (34.38% from 255 or 21.97% from 396); Blue value is 72 (28.52% from 255 or 18.18% from 396); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5748 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5748 is #12A8B7. Grayscale: #828282. Windows color (decimal): -1222840 or 4741101. OLE color: 4741101.

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

Color convert

RGB 237 87 72 -
CMYK 0 0.63 0.70 0.07
HSL 5.45º 0.82% 0.61% -
HSV(B) 5.45º 0.7% 0.93% -
XYZ 39.5 25.29 8.93 -
YUV 130.14 95.2 204.22 -
System Red Green Blue C M Y K H S L
Decimal 237 87 72 0 0.63 0.70 0.07 5.45 0.82 0.61
Hex ED 57 48 0 3F 46 7 5 52 3D
Octal 355 127 110 0 77 106 7 5 122 75
Binary 11101101 1010111 1001000 0 111111 1000110 111 101 1010010 111101

Color Harmonies of #ED5748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5748

Black with #ED5748

Text Example


Text Example

White with #ED5748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5748; }

 p { color: rgb(237,87,72); }

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

background-color css

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

 a { background-color: rgb(237,87,72); }

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

border-color css

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

 span { border-color: rgb(237,87,72); }

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