Html Css Color HEX #ED615B Flamingo

📋 copy color: '#ED615B'

red 237 ◦ green 97 ◦ blue 91

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

Shades of Flamingo #ED615B

Tints of Flamingo #ED615B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.82%

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

R = 55.76%
G = 22.82%
B = 21.41%

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

#ED615B (or 0xED615B) is known color: Flamingo. HEX triplet: ED, 61 and 5B. RGB value is (237,97,91). Sum of RGB (Red+Green+Blue) = 237+97+91=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 91 (35.94% from 255 or 21.41% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #ED615B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED615B is #129EA4. Grayscale: #8A8A8A. Windows color (decimal): -1220261 or 5988845. OLE color: 5988845.

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

Color convert

RGB 237 97 91 -
CMYK 0 0.59 0.62 0.07
HSL 2.47º 0.8% 0.64% -
HSV(B) 2.47º 0.62% 0.93% -
XYZ 41.09 27.31 13 -
YUV 138.18 101.38 198.49 -
System Red Green Blue C M Y K H S L
Decimal 237 97 91 0 0.59 0.62 0.07 2.47 0.8 0.64
Hex ED 61 5B 0 3B 3E 7 2 50 40
Octal 355 141 133 0 73 76 7 2 120 100
Binary 11101101 1100001 1011011 0 111011 111110 111 10 1010000 1000000

Color Harmonies of #ED615B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED615B

Black with #ED615B

Text Example


Text Example

White with #ED615B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED615B; }

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

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

background-color css

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

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

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

border-color css

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

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

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