Html Css Color HEX #ED6255 Flamingo

📋 copy color: '#ED6255'

red 237 ◦ green 98 ◦ blue 85

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

Shades of Flamingo #ED6255

Tints of Flamingo #ED6255

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.33%

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

R = 56.43%
G = 23.33%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ED6255 (or 0xED6255) is known color: Flamingo. HEX triplet: ED, 62 and 55. RGB value is (237,98,85). Sum of RGB (Red+Green+Blue) = 237+98+85=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 85 (33.59% from 255 or 20.24% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6255 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6255 is #129DAA. Grayscale: #8A8A8A. Windows color (decimal): -1220011 or 5595885. OLE color: 5595885.

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

Color convert

RGB 237 98 85 -
CMYK 0 0.59 0.64 0.07
HSL 5.13º 0.81% 0.63% -
HSV(B) 5.13º 0.64% 0.93% -
XYZ 40.93 27.4 11.72 -
YUV 138.08 98.05 198.56 -
System Red Green Blue C M Y K H S L
Decimal 237 98 85 0 0.59 0.64 0.07 5.13 0.81 0.63
Hex ED 62 55 0 3B 40 7 5 51 3F
Octal 355 142 125 0 73 100 7 5 121 77
Binary 11101101 1100010 1010101 0 111011 1000000 111 101 1010001 111111

Color Harmonies of #ED6255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6255

Black with #ED6255

Text Example


Text Example

White with #ED6255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6255; }

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

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

background-color css

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

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

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

border-color css

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

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

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