Html Css Color HEX #ED5C5B Flamingo

📋 copy color: '#ED5C5B'

red 237 ◦ green 92 ◦ blue 91

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

Shades of Flamingo #ED5C5B

Tints of Flamingo #ED5C5B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.9%

 BLUE value IS 91 (35.94% from 255) = 21.67%

R = 56.43%
G = 21.9%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED5C5B (or 0xED5C5B) is known color: Flamingo. HEX triplet: ED, 5C and 5B. RGB value is (237,92,91). Sum of RGB (Red+Green+Blue) = 237+92+91=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 91 (35.94% from 255 or 21.67% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5C5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5C5B is #12A3A4. Grayscale: #878787. Windows color (decimal): -1221541 or 5987565. OLE color: 5987565.

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

Color convert

RGB 237 92 91 -
CMYK 0 0.61 0.62 0.07
HSL 0.41º 0.8% 0.64% -
HSV(B) 0.41º 0.62% 0.93% -
XYZ 40.64 26.41 12.85 -
YUV 135.24 103.04 200.58 -
System Red Green Blue C M Y K H S L
Decimal 237 92 91 0 0.61 0.62 0.07 0.41 0.8 0.64
Hex ED 5C 5B 0 3D 3E 7 0 50 40
Octal 355 134 133 0 75 76 7 0 120 100
Binary 11101101 1011100 1011011 0 111101 111110 111 0 1010000 1000000

Color Harmonies of #ED5C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5C5B

Black with #ED5C5B

Text Example


Text Example

White with #ED5C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5C5B; }

 p { color: rgb(237,92,91); }

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

background-color css

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

 a { background-color: rgb(237,92,91); }

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

border-color css

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

 span { border-color: rgb(237,92,91); }

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