Html Css Color HEX #EC534F Flamingo

📋 copy color: '#EC534F'

red 236 ◦ green 83 ◦ blue 79

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

Shades of Flamingo #EC534F

Tints of Flamingo #EC534F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.85%

R = 59.3%
G = 20.85%
B = 19.85%

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

#EC534F (or 0xEC534F) is known color: Flamingo. HEX triplet: EC, 53 and 4F. RGB value is (236,83,79). Sum of RGB (Red+Green+Blue) = 236+83+79=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 79 (31.25% from 255 or 19.85% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC534F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC534F is #13ACB0. Grayscale: #808080. Windows color (decimal): -1289393 or 5198828. OLE color: 5198828.

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

Color convert

RGB 236 83 79 -
CMYK 0 0.65 0.67 0.07
HSL 1.53º 0.81% 0.62% -
HSV(B) 1.53º 0.67% 0.93% -
XYZ 39.1 24.58 10.08 -
YUV 128.29 100.19 204.83 -
System Red Green Blue C M Y K H S L
Decimal 236 83 79 0 0.65 0.67 0.07 1.53 0.81 0.62
Hex EC 53 4F 0 41 43 7 2 51 3E
Octal 354 123 117 0 101 103 7 2 121 76
Binary 11101100 1010011 1001111 0 1000001 1000011 111 10 1010001 111110

Color Harmonies of #EC534F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC534F

Black with #EC534F

Text Example


Text Example

White with #EC534F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC534F; }

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

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

background-color css

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

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

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

border-color css

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

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

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