Html Css Color HEX #ED594C Flamingo

📋 copy color: '#ED594C'

red 237 ◦ green 89 ◦ blue 76

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

Shades of Flamingo #ED594C

Tints of Flamingo #ED594C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.14%

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

R = 58.96%
G = 22.14%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED594C (or 0xED594C) is known color: Flamingo. HEX triplet: ED, 59 and 4C. RGB value is (237,89,76). Sum of RGB (Red+Green+Blue) = 237+89+76=402 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.96% from 402); Green value is 89 (35.16% from 255 or 22.14% from 402); Blue value is 76 (30.08% from 255 or 18.91% from 402); Max value from RGB is 237 - color contains mainly: red. Hex color #ED594C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED594C is #12A6B3. Grayscale: #838383. Windows color (decimal): -1222324 or 5003757. OLE color: 5003757.

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

Color convert

RGB 237 89 76 -
CMYK 0 0.62 0.68 0.07
HSL 4.84º 0.82% 0.61% -
HSV(B) 4.84º 0.68% 0.93% -
XYZ 39.8 25.67 9.69 -
YUV 131.77 96.53 203.06 -
System Red Green Blue C M Y K H S L
Decimal 237 89 76 0 0.62 0.68 0.07 4.84 0.82 0.61
Hex ED 59 4C 0 3E 44 7 5 52 3D
Octal 355 131 114 0 76 104 7 5 122 75
Binary 11101101 1011001 1001100 0 111110 1000100 111 101 1010010 111101

Color Harmonies of #ED594C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED594C

Black with #ED594C

Text Example


Text Example

White with #ED594C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED594C; }

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

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

background-color css

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

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

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

border-color css

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

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

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