Html Css Color HEX #ED6055 Flamingo

📋 copy color: '#ED6055'

red 237 ◦ green 96 ◦ blue 85

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

Shades of Flamingo #ED6055

Tints of Flamingo #ED6055

RGB

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

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

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

R = 56.7%
G = 22.97%
B = 20.33%

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

#ED6055 (or 0xED6055) is known color: Flamingo. HEX triplet: ED, 60 and 55. RGB value is (237,96,85). Sum of RGB (Red+Green+Blue) = 237+96+85=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 85 (33.59% from 255 or 20.33% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6055 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6055 is #129FAA. Grayscale: #898989. Windows color (decimal): -1220523 or 5595373. OLE color: 5595373.

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

Color convert

RGB 237 96 85 -
CMYK 0 0.59 0.64 0.07
HSL 4.34º 0.81% 0.63% -
HSV(B) 4.34º 0.64% 0.93% -
XYZ 40.75 27.03 11.66 -
YUV 136.91 98.71 199.39 -
System Red Green Blue C M Y K H S L
Decimal 237 96 85 0 0.59 0.64 0.07 4.34 0.81 0.63
Hex ED 60 55 0 3B 40 7 4 51 3F
Octal 355 140 125 0 73 100 7 4 121 77
Binary 11101101 1100000 1010101 0 111011 1000000 111 100 1010001 111111

Color Harmonies of #ED6055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6055

Black with #ED6055

Text Example


Text Example

White with #ED6055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6055; }

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

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

background-color css

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

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

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

border-color css

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

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

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