Html Css Color HEX #ED544A Flamingo

📋 copy color: '#ED544A'

red 237 ◦ green 84 ◦ blue 74

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

Shades of Flamingo #ED544A

Tints of Flamingo #ED544A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.73%

R = 60%
G = 21.27%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ED544A (or 0xED544A) is known color: Flamingo. HEX triplet: ED, 54 and 4A. RGB value is (237,84,74). Sum of RGB (Red+Green+Blue) = 237+84+74=395 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60% from 395); Green value is 84 (33.20% from 255 or 21.27% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 237 - color contains mainly: red. Hex color #ED544A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED544A is #12ABB5. Grayscale: #808080. Windows color (decimal): -1223606 or 4871405. OLE color: 4871405.

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

Color convert

RGB 237 84 74 -
CMYK 0 0.65 0.69 0.07
HSL 3.68º 0.82% 0.61% -
HSV(B) 3.68º 0.69% 0.93% -
XYZ 39.33 24.84 9.2 -
YUV 128.61 97.19 205.31 -
System Red Green Blue C M Y K H S L
Decimal 237 84 74 0 0.65 0.69 0.07 3.68 0.82 0.61
Hex ED 54 4A 0 41 45 7 4 52 3D
Octal 355 124 112 0 101 105 7 4 122 75
Binary 11101101 1010100 1001010 0 1000001 1000101 111 100 1010010 111101

Color Harmonies of #ED544A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED544A

Black with #ED544A

Text Example


Text Example

White with #ED544A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED544A; }

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

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

background-color css

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

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

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

border-color css

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

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

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