Html Css Color HEX #ED605B Flamingo

📋 copy color: '#ED605B'

red 237 ◦ green 96 ◦ blue 91

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

Shades of Flamingo #ED605B

Tints of Flamingo #ED605B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.64%

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

R = 55.9%
G = 22.64%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED605B (or 0xED605B) is known color: Flamingo. HEX triplet: ED, 60 and 5B. RGB value is (237,96,91). Sum of RGB (Red+Green+Blue) = 237+96+91=424 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.90% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 91 (35.94% from 255 or 21.46% from 424); Max value from RGB is 237 - color contains mainly: red. Hex color #ED605B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED605B is #129FA4. Grayscale: #898989. Windows color (decimal): -1220517 or 5988589. OLE color: 5988589.

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

Color convert

RGB 237 96 91 -
CMYK 0 0.59 0.62 0.07
HSL 2.05º 0.8% 0.64% -
HSV(B) 2.05º 0.62% 0.93% -
XYZ 41 27.13 12.97 -
YUV 137.59 101.71 198.91 -
System Red Green Blue C M Y K H S L
Decimal 237 96 91 0 0.59 0.62 0.07 2.05 0.8 0.64
Hex ED 60 5B 0 3B 3E 7 2 50 40
Octal 355 140 133 0 73 76 7 2 120 100
Binary 11101101 1100000 1011011 0 111011 111110 111 10 1010000 1000000

Color Harmonies of #ED605B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED605B

Black with #ED605B

Text Example


Text Example

White with #ED605B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED605B; }

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

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

background-color css

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

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

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

border-color css

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

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

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