Html Css Color HEX #EC6353 Flamingo

📋 copy color: '#EC6353'

red 236 ◦ green 99 ◦ blue 83

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

Shades of Flamingo #EC6353

Tints of Flamingo #EC6353

RGB

 RED value IS 236 (92.58% from 255) = 56.46%

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

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

R = 56.46%
G = 23.68%
B = 19.86%

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

#EC6353 (or 0xEC6353) is known color: Flamingo. HEX triplet: EC, 63 and 53. RGB value is (236,99,83). Sum of RGB (Red+Green+Blue) = 236+99+83=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 83 (32.81% from 255 or 19.86% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6353 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6353 is #139CAC. Grayscale: #8A8A8A. Windows color (decimal): -1285293 or 5465068. OLE color: 5465068.

HSL color Cylindrical-coordinate representation of color #EC6353: hue angle of 6.27º degrees, saturation: 0.8, 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 #EC6353 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 99 83 -
CMYK 0 0.58 0.65 0.07
HSL 6.27º 0.8% 0.63% -
HSV(B) 6.27º 0.65% 0.93% -
XYZ 40.62 27.38 11.33 -
YUV 138.14 96.89 197.8 -
System Red Green Blue C M Y K H S L
Decimal 236 99 83 0 0.58 0.65 0.07 6.27 0.8 0.63
Hex EC 63 53 0 3A 41 7 6 50 3F
Octal 354 143 123 0 72 101 7 6 120 77
Binary 11101100 1100011 1010011 0 111010 1000001 111 110 1010000 111111

Color Harmonies of #EC6353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6353

Black with #EC6353

Text Example


Text Example

White with #EC6353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6353; }

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

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

background-color css

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

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

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

border-color css

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

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

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