Html Css Color HEX #ED574C Flamingo

📋 copy color: '#ED574C'

red 237 ◦ green 87 ◦ blue 76

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

Shades of Flamingo #ED574C

Tints of Flamingo #ED574C

RGB

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

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

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

R = 59.25%
G = 21.75%
B = 19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED574C (or 0xED574C) is known color: Flamingo. HEX triplet: ED, 57 and 4C. RGB value is (237,87,76). Sum of RGB (Red+Green+Blue) = 237+87+76=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 87 (34.38% from 255 or 21.75% from 400); Blue value is 76 (30.08% from 255 or 19% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED574C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED574C is #12A8B3. Grayscale: #828282. Windows color (decimal): -1222836 or 5003245. OLE color: 5003245.

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

Color convert

RGB 237 87 76 -
CMYK 0 0.63 0.68 0.07
HSL 4.1º 0.82% 0.61% -
HSV(B) 4.1º 0.68% 0.93% -
XYZ 39.64 25.34 9.64 -
YUV 130.6 97.2 203.89 -
System Red Green Blue C M Y K H S L
Decimal 237 87 76 0 0.63 0.68 0.07 4.1 0.82 0.61
Hex ED 57 4C 0 3F 44 7 4 52 3D
Octal 355 127 114 0 77 104 7 4 122 75
Binary 11101101 1010111 1001100 0 111111 1000100 111 100 1010010 111101

Color Harmonies of #ED574C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED574C

Black with #ED574C

Text Example


Text Example

White with #ED574C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED574C; }

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

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

background-color css

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

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

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

border-color css

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

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

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