Html Css Color HEX #EC534A Flamingo

📋 copy color: '#EC534A'

red 236 ◦ green 83 ◦ blue 74

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

Shades of Flamingo #EC534A

Tints of Flamingo #EC534A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.12%

 BLUE value IS 74 (29.3% from 255) = 18.83%

R = 60.05%
G = 21.12%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC534A (or 0xEC534A) is known color: Flamingo. HEX triplet: EC, 53 and 4A. RGB value is (236,83,74). Sum of RGB (Red+Green+Blue) = 236+83+74=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC534A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC534A is #13ACB5. Grayscale: #7F7F7F. Windows color (decimal): -1289398 or 4871148. OLE color: 4871148.

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

Color convert

RGB 236 83 74 -
CMYK 0 0.65 0.69 0.07
HSL 3.33º 0.81% 0.61% -
HSV(B) 3.33º 0.69% 0.93% -
XYZ 38.92 24.51 9.16 -
YUV 127.72 97.69 205.23 -
System Red Green Blue C M Y K H S L
Decimal 236 83 74 0 0.65 0.69 0.07 3.33 0.81 0.61
Hex EC 53 4A 0 41 45 7 3 51 3D
Octal 354 123 112 0 101 105 7 3 121 75
Binary 11101100 1010011 1001010 0 1000001 1000101 111 11 1010001 111101

Color Harmonies of #EC534A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC534A

Black with #EC534A

Text Example


Text Example

White with #EC534A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC534A; }

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

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

background-color css

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

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

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

border-color css

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

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

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