Html Css Color HEX #EC524E Flamingo

📋 copy color: '#EC524E'

red 236 ◦ green 82 ◦ blue 78

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

Shades of Flamingo #EC524E

Tints of Flamingo #EC524E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.71%

 BLUE value IS 78 (30.86% from 255) = 19.7%

R = 59.6%
G = 20.71%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC524E (or 0xEC524E) is known color: Flamingo. HEX triplet: EC, 52 and 4E. RGB value is (236,82,78). Sum of RGB (Red+Green+Blue) = 236+82+78=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 82 (32.42% from 255 or 20.71% from 396); Blue value is 78 (30.86% from 255 or 19.70% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC524E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC524E is #13ADB1. Grayscale: #7F7F7F. Windows color (decimal): -1289650 or 5133036. OLE color: 5133036.

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

Color convert

RGB 236 82 78 -
CMYK 0 0.65 0.67 0.07
HSL 1.52º 0.81% 0.62% -
HSV(B) 1.52º 0.67% 0.93% -
XYZ 38.98 24.42 9.87 -
YUV 127.59 100.02 205.33 -
System Red Green Blue C M Y K H S L
Decimal 236 82 78 0 0.65 0.67 0.07 1.52 0.81 0.62
Hex EC 52 4E 0 41 43 7 2 51 3E
Octal 354 122 116 0 101 103 7 2 121 76
Binary 11101100 1010010 1001110 0 1000001 1000011 111 10 1010001 111110

Color Harmonies of #EC524E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC524E

Black with #EC524E

Text Example


Text Example

White with #EC524E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC524E; }

 p { color: rgb(236,82,78); }

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

background-color css

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

 a { background-color: rgb(236,82,78); }

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

border-color css

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

 span { border-color: rgb(236,82,78); }

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