Html Css Color HEX #EC5A48 Flamingo

📋 copy color: '#EC5A48'

red 236 ◦ green 90 ◦ blue 72

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

Shades of Flamingo #EC5A48

Tints of Flamingo #EC5A48

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.61%

 BLUE value IS 72 (28.52% from 255) = 18.09%

R = 59.3%
G = 22.61%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC5A48 (or 0xEC5A48) is known color: Flamingo. HEX triplet: EC, 5A and 48. RGB value is (236,90,72). Sum of RGB (Red+Green+Blue) = 236+90+72=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 72 (28.52% from 255 or 18.09% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5A48 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5A48 is #13A5B7. Grayscale: #838383. Windows color (decimal): -1287608 or 4741868. OLE color: 4741868.

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

Color convert

RGB 236 90 72 -
CMYK 0 0.62 0.69 0.07
HSL 6.59º 0.81% 0.6% -
HSV(B) 6.59º 0.69% 0.93% -
XYZ 39.42 25.61 9 -
YUV 131.6 94.37 202.46 -
System Red Green Blue C M Y K H S L
Decimal 236 90 72 0 0.62 0.69 0.07 6.59 0.81 0.6
Hex EC 5A 48 0 3E 45 7 7 51 3C
Octal 354 132 110 0 76 105 7 7 121 74
Binary 11101100 1011010 1001000 0 111110 1000101 111 111 1010001 111100

Color Harmonies of #EC5A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5A48

Black with #EC5A48

Text Example


Text Example

White with #EC5A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5A48; }

 p { color: rgb(236,90,72); }

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

background-color css

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

 a { background-color: rgb(236,90,72); }

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

border-color css

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

 span { border-color: rgb(236,90,72); }

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