Html Css Color HEX #EC524D Flamingo

📋 copy color: '#EC524D'

red 236 ◦ green 82 ◦ blue 77

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

Shades of Flamingo #EC524D

Tints of Flamingo #EC524D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.49%

R = 59.75%
G = 20.76%
B = 19.49%

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

#EC524D (or 0xEC524D) is known color: Flamingo. HEX triplet: EC, 52 and 4D. RGB value is (236,82,77). Sum of RGB (Red+Green+Blue) = 236+82+77=395 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.75% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 236 - color contains mainly: red. Hex color #EC524D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC524D is #13ADB2. Grayscale: #7F7F7F. Windows color (decimal): -1289651 or 5067500. OLE color: 5067500.

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

Color convert

RGB 236 82 77 -
CMYK 0 0.65 0.67 0.07
HSL 1.89º 0.81% 0.61% -
HSV(B) 1.89º 0.67% 0.93% -
XYZ 38.95 24.4 9.68 -
YUV 127.48 99.52 205.41 -
System Red Green Blue C M Y K H S L
Decimal 236 82 77 0 0.65 0.67 0.07 1.89 0.81 0.61
Hex EC 52 4D 0 41 43 7 2 51 3D
Octal 354 122 115 0 101 103 7 2 121 75
Binary 11101100 1010010 1001101 0 1000001 1000011 111 10 1010001 111101

Color Harmonies of #EC524D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC524D

Black with #EC524D

Text Example


Text Example

White with #EC524D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC524D; }

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

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

background-color css

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

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

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

border-color css

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

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

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