Html Css Color HEX #EC6253 Flamingo

📋 copy color: '#EC6253'

red 236 ◦ green 98 ◦ blue 83

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

Shades of Flamingo #EC6253

Tints of Flamingo #EC6253

RGB

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

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

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

R = 56.59%
G = 23.5%
B = 19.9%

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

#EC6253 (or 0xEC6253) is known color: Flamingo. HEX triplet: EC, 62 and 53. RGB value is (236,98,83). Sum of RGB (Red+Green+Blue) = 236+98+83=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 83 (32.81% from 255 or 19.90% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6253 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6253 is #139DAC. Grayscale: #898989. Windows color (decimal): -1285549 or 5464812. OLE color: 5464812.

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

Color convert

RGB 236 98 83 -
CMYK 0 0.58 0.65 0.07
HSL 5.88º 0.8% 0.63% -
HSV(B) 5.88º 0.65% 0.93% -
XYZ 40.52 27.19 11.3 -
YUV 137.55 97.22 198.22 -
System Red Green Blue C M Y K H S L
Decimal 236 98 83 0 0.58 0.65 0.07 5.88 0.8 0.63
Hex EC 62 53 0 3A 41 7 6 50 3F
Octal 354 142 123 0 72 101 7 6 120 77
Binary 11101100 1100010 1010011 0 111010 1000001 111 110 1010000 111111

Color Harmonies of #EC6253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6253

Black with #EC6253

Text Example


Text Example

White with #EC6253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6253; }

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

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

background-color css

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

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

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

border-color css

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

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

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