Html Css Color HEX #EC514F Flamingo

📋 copy color: '#EC514F'

red 236 ◦ green 81 ◦ blue 79

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

Shades of Flamingo #EC514F

Tints of Flamingo #EC514F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.45%

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

R = 59.6%
G = 20.45%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC514F (or 0xEC514F) is known color: Flamingo. HEX triplet: EC, 51 and 4F. RGB value is (236,81,79). Sum of RGB (Red+Green+Blue) = 236+81+79=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 81 (32.03% from 255 or 20.45% from 396); Blue value is 79 (31.25% from 255 or 19.95% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC514F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC514F is #13AEB0. Grayscale: #7F7F7F. Windows color (decimal): -1289905 or 5198316. OLE color: 5198316.

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

Color convert

RGB 236 81 79 -
CMYK 0 0.66 0.67 0.07
HSL 0.76º 0.81% 0.62% -
HSV(B) 0.76º 0.67% 0.93% -
XYZ 38.95 24.28 10.03 -
YUV 127.12 100.85 205.66 -
System Red Green Blue C M Y K H S L
Decimal 236 81 79 0 0.66 0.67 0.07 0.76 0.81 0.62
Hex EC 51 4F 0 42 43 7 1 51 3E
Octal 354 121 117 0 102 103 7 1 121 76
Binary 11101100 1010001 1001111 0 1000010 1000011 111 1 1010001 111110

Color Harmonies of #EC514F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC514F

Black with #EC514F

Text Example


Text Example

White with #EC514F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC514F; }

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

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

background-color css

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

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

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

border-color css

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

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

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