Html Css Color HEX #ED574E Flamingo

📋 copy color: '#ED574E'

red 237 ◦ green 87 ◦ blue 78

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

Shades of Flamingo #ED574E

Tints of Flamingo #ED574E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.4%

R = 58.96%
G = 21.64%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ED574E (or 0xED574E) is known color: Flamingo. HEX triplet: ED, 57 and 4E. RGB value is (237,87,78). Sum of RGB (Red+Green+Blue) = 237+87+78=402 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.96% from 402); Green value is 87 (34.38% from 255 or 21.64% from 402); Blue value is 78 (30.86% from 255 or 19.40% from 402); Max value from RGB is 237 - color contains mainly: red. Hex color #ED574E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED574E is #12A8B1. Grayscale: #838383. Windows color (decimal): -1222834 or 5134317. OLE color: 5134317.

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

Color convert

RGB 237 87 78 -
CMYK 0 0.63 0.67 0.07
HSL 3.4º 0.82% 0.62% -
HSV(B) 3.4º 0.67% 0.93% -
XYZ 39.71 25.37 10.01 -
YUV 130.82 98.2 203.73 -
System Red Green Blue C M Y K H S L
Decimal 237 87 78 0 0.63 0.67 0.07 3.4 0.82 0.62
Hex ED 57 4E 0 3F 43 7 3 52 3E
Octal 355 127 116 0 77 103 7 3 122 76
Binary 11101101 1010111 1001110 0 111111 1000011 111 11 1010010 111110

Color Harmonies of #ED574E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED574E

Black with #ED574E

Text Example


Text Example

White with #ED574E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED574E; }

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

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

background-color css

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

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

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

border-color css

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

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

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