Html Css Color HEX #ED544C Flamingo

📋 copy color: '#ED544C'

red 237 ◦ green 84 ◦ blue 76

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

Shades of Flamingo #ED544C

Tints of Flamingo #ED544C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.16%

 BLUE value IS 76 (30.08% from 255) = 19.14%

R = 59.7%
G = 21.16%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED544C (or 0xED544C) is known color: Flamingo. HEX triplet: ED, 54 and 4C. RGB value is (237,84,76). Sum of RGB (Red+Green+Blue) = 237+84+76=397 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.70% from 397); Green value is 84 (33.20% from 255 or 21.16% from 397); Blue value is 76 (30.08% from 255 or 19.14% from 397); Max value from RGB is 237 - color contains mainly: red. Hex color #ED544C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED544C is #12ABB3. Grayscale: #818181. Windows color (decimal): -1223604 or 5002477. OLE color: 5002477.

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

Color convert

RGB 237 84 76 -
CMYK 0 0.65 0.68 0.07
HSL 2.98º 0.82% 0.61% -
HSV(B) 2.98º 0.68% 0.93% -
XYZ 39.4 24.87 9.56 -
YUV 128.84 98.19 205.15 -
System Red Green Blue C M Y K H S L
Decimal 237 84 76 0 0.65 0.68 0.07 2.98 0.82 0.61
Hex ED 54 4C 0 41 44 7 3 52 3D
Octal 355 124 114 0 101 104 7 3 122 75
Binary 11101101 1010100 1001100 0 1000001 1000100 111 11 1010010 111101

Color Harmonies of #ED544C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED544C

Black with #ED544C

Text Example


Text Example

White with #ED544C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED544C; }

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

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

background-color css

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

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

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

border-color css

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

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

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