Html Css Color HEX #ED6455 Flamingo

📋 copy color: '#ED6455'

red 237 ◦ green 100 ◦ blue 85

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

Shades of Flamingo #ED6455

Tints of Flamingo #ED6455

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.7%

 BLUE value IS 85 (33.59% from 255) = 20.14%

R = 56.16%
G = 23.7%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ED6455 (or 0xED6455) is known color: Flamingo. HEX triplet: ED, 64 and 55. RGB value is (237,100,85). Sum of RGB (Red+Green+Blue) = 237+100+85=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 100 (39.45% from 255 or 23.70% from 422); Blue value is 85 (33.59% from 255 or 20.14% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6455 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6455 is #129BAA. Grayscale: #8B8B8B. Windows color (decimal): -1219499 or 5596397. OLE color: 5596397.

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

Color convert

RGB 237 100 85 -
CMYK 0 0.58 0.64 0.07
HSL 5.92º 0.81% 0.63% -
HSV(B) 5.92º 0.64% 0.93% -
XYZ 41.12 27.77 11.79 -
YUV 139.25 97.39 197.72 -
System Red Green Blue C M Y K H S L
Decimal 237 100 85 0 0.58 0.64 0.07 5.92 0.81 0.63
Hex ED 64 55 0 3A 40 7 6 51 3F
Octal 355 144 125 0 72 100 7 6 121 77
Binary 11101101 1100100 1010101 0 111010 1000000 111 110 1010001 111111

Color Harmonies of #ED6455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6455

Black with #ED6455

Text Example


Text Example

White with #ED6455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6455; }

 p { color: rgb(237,100,85); }

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

background-color css

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

 a { background-color: rgb(237,100,85); }

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

border-color css

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

 span { border-color: rgb(237,100,85); }

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