Html Css Color HEX #ED6353 Flamingo

📋 copy color: '#ED6353'

red 237 ◦ green 99 ◦ blue 83

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

Shades of Flamingo #ED6353

Tints of Flamingo #ED6353

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.63%

 BLUE value IS 83 (32.81% from 255) = 19.81%

R = 56.56%
G = 23.63%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ED6353 (or 0xED6353) is known color: Flamingo. HEX triplet: ED, 63 and 53. RGB value is (237,99,83). Sum of RGB (Red+Green+Blue) = 237+99+83=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 83 (32.81% from 255 or 19.81% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6353 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6353 is #129CAC. Grayscale: #8A8A8A. Windows color (decimal): -1219757 or 5465069. OLE color: 5465069.

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

Color convert

RGB 237 99 83 -
CMYK 0 0.58 0.65 0.07
HSL 6.23º 0.81% 0.63% -
HSV(B) 6.23º 0.65% 0.93% -
XYZ 40.95 27.55 11.34 -
YUV 138.44 96.72 198.3 -
System Red Green Blue C M Y K H S L
Decimal 237 99 83 0 0.58 0.65 0.07 6.23 0.81 0.63
Hex ED 63 53 0 3A 41 7 6 51 3F
Octal 355 143 123 0 72 101 7 6 121 77
Binary 11101101 1100011 1010011 0 111010 1000001 111 110 1010001 111111

Color Harmonies of #ED6353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6353

Black with #ED6353

Text Example


Text Example

White with #ED6353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6353; }

 p { color: rgb(237,99,83); }

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

background-color css

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

 a { background-color: rgb(237,99,83); }

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

border-color css

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

 span { border-color: rgb(237,99,83); }

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